diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-30 22:47:07 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-30 22:47:07 +0800 |
| commit | fbe831d29310e050f156355ece670c5a89f9d269 (patch) | |
| tree | fa90297add21d225b4a5ba9edb77004165f2f3e5 /examples/example-resources | |
| parent | 9bbb5eb14aa54fea87d55c25e5117c6202776359 (diff) | |
chore: bump version to 0.2.1 and switch deps to pathnext
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 7f540ab..630b919 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.0" +version = "0.2.1" dependencies = [ "mingling_core", "mingling_macros", @@ -26,18 +26,14 @@ dependencies = [ [[package]] name = "mingling_core" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8574549fae598e8056016c1760d85bdb962a60228d31b3a00bcdd37a40eabfde" +version = "0.2.1" dependencies = [ "just_fmt", ] [[package]] name = "mingling_macros" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "083f1190c65174044c59814ccd12dcb4620085c325fcfa4f3b364943ec2cbe07" +version = "0.2.1" dependencies = [ "just_fmt", "proc-macro2", |
