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 /examples/example-basic/Cargo.lock | |
| parent | 53c65ff60f87ab799772c95442fa0a27c45551e4 (diff) | |
Update core and macros dependencies to version 0.1.60.1.6
Diffstat (limited to 'examples/example-basic/Cargo.lock')
| -rw-r--r-- | examples/example-basic/Cargo.lock | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/example-basic/Cargo.lock b/examples/example-basic/Cargo.lock index 511d9a7..0ced671 100644 --- a/examples/example-basic/Cargo.lock +++ b/examples/example-basic/Cargo.lock @@ -25,7 +25,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 = [ "just_fmt", "once_cell", @@ -34,7 +36,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", |
