diff options
Diffstat (limited to 'examples/example-pathfinder/Cargo.lock')
| -rw-r--r-- | examples/example-pathfinder/Cargo.lock | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/examples/example-pathfinder/Cargo.lock b/examples/example-pathfinder/Cargo.lock index aaa6bd3..1644cdf 100644 --- a/examples/example-pathfinder/Cargo.lock +++ b/examples/example-pathfinder/Cargo.lock @@ -17,7 +17,7 @@ checksum = "5454cda0d57db59778608d7a47bff5b16c6705598265869fb052b657f66cf05e" [[package]] name = "mingling" -version = "0.2.0" +version = "0.2.1" dependencies = [ "mingling_core", "mingling_macros", @@ -25,9 +25,7 @@ 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", "mingling_pathf", @@ -35,9 +33,7 @@ dependencies = [ [[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", @@ -47,9 +43,7 @@ dependencies = [ [[package]] name = "mingling_pathf" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6991b5b4ec98b4a9eafcf1826a09810f9168cf0ab6f3945b07c7d1a23e805da2" +version = "0.2.1" dependencies = [ "just_fmt", "proc-macro2", |
