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-pathfinder/Cargo.lock | |
| parent | 3fef6181b72f926798825785d0236562f3380233 (diff) | |
chore: switch workspace dependencies from path to versioned 0.2.2HEADunreleased0.2.2main
Diffstat (limited to 'examples/example-pathfinder/Cargo.lock')
| -rw-r--r-- | examples/example-pathfinder/Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/example-pathfinder/Cargo.lock b/examples/example-pathfinder/Cargo.lock index b56d570..f1d7564 100644 --- a/examples/example-pathfinder/Cargo.lock +++ b/examples/example-pathfinder/Cargo.lock @@ -26,6 +26,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", "mingling_pathf", @@ -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", @@ -44,6 +48,8 @@ dependencies = [ [[package]] name = "mingling_pathf" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "134fb0a329f4cc605298eb47683cd2e9eaa184bf651215cbc72d411e9533a4be" dependencies = [ "just_fmt", "proc-macro2", |
