diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-10 01:26:21 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-10 01:31:09 +0800 |
| commit | 73d0f0185f94a8733dfb5eb538298447ab8977b3 (patch) | |
| tree | 1d83a04d4e9188bb7f731705dda4b1127b677fe5 /examples/example-resources/Cargo.lock | |
| parent | 3fef6181b72f926798825785d0236562f3380233 (diff) | |
chore: switch workspace dependencies from path to versioned 0.2.2HEADunreleased0.2.2main
Diffstat (limited to 'examples/example-resources/Cargo.lock')
| -rw-r--r-- | examples/example-resources/Cargo.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/example-resources/Cargo.lock b/examples/example-resources/Cargo.lock index 19b513e..f16f414 100644 --- a/examples/example-resources/Cargo.lock +++ b/examples/example-resources/Cargo.lock @@ -27,6 +27,8 @@ dependencies = [ [[package]] name = "mingling_core" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b64318a9b61120f0deaf33c4ab9efc9313387dece2defd7841665242807634ea" dependencies = [ "just_fmt", ] @@ -34,6 +36,8 @@ dependencies = [ [[package]] name = "mingling_macros" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f29efa15f48e39fd4a06868030545b1938e5ba050929cd9a235525814bfb6367" dependencies = [ "just_fmt", "proc-macro2", |
