diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-04-20 16:14:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-04-20 16:15:15 +0800 |
| commit | c705d0178bc8f69c97bfc13464d853434af13431 (patch) | |
| tree | 642273369cb55da6fed6f9492c73fe4bf661ddd8 /mingling/Cargo.lock | |
| parent | 53c65ff60f87ab799772c95442fa0a27c45551e4 (diff) | |
Update core and macros dependencies to version 0.1.60.1.6
Diffstat (limited to 'mingling/Cargo.lock')
| -rw-r--r-- | mingling/Cargo.lock | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/mingling/Cargo.lock b/mingling/Cargo.lock index 6de2c34..c4b7e49 100644 --- a/mingling/Cargo.lock +++ b/mingling/Cargo.lock @@ -235,7 +235,9 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.1.5" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a82fdb851a240b4039cf6763686adc94532eaf9fd5a2d6bebe83666afdf70da" dependencies = [ "env_logger", "just_fmt", @@ -252,7 +254,9 @@ dependencies = [ [[package]] name = "mingling_macros" -version = "0.1.5" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d1b06de4aee340e05eed51b75fc84781900657819dd80bf4f5e76548709076b" dependencies = [ "just_fmt", "once_cell", |
