diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-11 01:55:22 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-11 01:55:22 +0800 |
| commit | 41e076651196cf6066a73d88ce11635be35f0f26 (patch) | |
| tree | 33b9799d12823caeac34b8f708c87704c350d1a6 /examples/example-resources | |
| parent | 9245799135458d9afd5e779b6d061cee0962d585 (diff) | |
chore: bump workspace version to 0.3.0
Diffstat (limited to 'examples/example-resources')
| -rw-r--r-- | examples/example-resources/Cargo.lock | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/example-resources/Cargo.lock b/examples/example-resources/Cargo.lock index f16f414..1397cf4 100644 --- a/examples/example-resources/Cargo.lock +++ b/examples/example-resources/Cargo.lock @@ -17,7 +17,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling" -version = "0.2.2" +version = "0.3.0" dependencies = [ "mingling_core", "mingling_macros", @@ -26,18 +26,14 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b64318a9b61120f0deaf33c4ab9efc9313387dece2defd7841665242807634ea" +version = "0.3.0" dependencies = [ "just_fmt", ] [[package]] name = "mingling_macros" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29efa15f48e39fd4a06868030545b1938e5ba050929cd9a235525814bfb6367" +version = "0.3.0" dependencies = [ "just_fmt", "proc-macro2", |
