diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-04 04:18:44 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-04 04:20:23 +0800 |
| commit | c62fcde3ef6b7bbc11ee625dcf7c00b551795f87 (patch) | |
| tree | 2db599f3158f7a10a8f5fd2048e36dc2c3213cd6 /mling/Cargo.lock | |
| parent | 47b39f446a7f744c37e52975d3f65345b01fff07 (diff) | |
Change mingling-cli dependency from path to version
Diffstat (limited to 'mling/Cargo.lock')
| -rw-r--r-- | mling/Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mling/Cargo.lock b/mling/Cargo.lock index b98df56..5904622 100644 --- a/mling/Cargo.lock +++ b/mling/Cargo.lock @@ -125,6 +125,8 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "mingling" version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7755900d667c43912a31b1b164061264811c4a93300061a6285920497805749b" dependencies = [ "mingling_core", "mingling_macros", |
