diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-31 17:14:49 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-31 17:14:49 +0800 |
| commit | 95bb12fe6f455692949bbd00ce35f1b46cdd9c4b (patch) | |
| tree | a6b65e6d70bdc5fb8a0a4c08bd70ccf55200b4ee /examples/example-setup/Cargo.lock | |
| parent | 479cb2c1c0a34015a3653647796fa688fa187e9e (diff) | |
Bump version to 0.2.0
Diffstat (limited to 'examples/example-setup/Cargo.lock')
| -rw-r--r-- | examples/example-setup/Cargo.lock | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/example-setup/Cargo.lock b/examples/example-setup/Cargo.lock index 71f42b7..85c7f14 100644 --- a/examples/example-setup/Cargo.lock +++ b/examples/example-setup/Cargo.lock @@ -17,7 +17,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling" -version = "0.1.9" +version = "0.2.0" dependencies = [ "mingling_core", "mingling_macros", @@ -25,18 +25,14 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99628c909d5f1824771e378399024e3c8f8f880a1e1e6b34ac03df67ed15d9c2" +version = "0.2.0" dependencies = [ "just_fmt", ] [[package]] name = "mingling_macros" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01c878eabe0a08c7c394e868591cbcdbdb75460cb2f8f0dab7645583b9604340" +version = "0.2.0" dependencies = [ "just_fmt", "proc-macro2", |
