Unfreeze cargo_metadata
It now pulls in a newer version of semver-parser.
This commit is contained in:
@@ -20,7 +20,7 @@ proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
|
||||
test_utils = { path = "../test_utils", version = "0.0.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
cargo_metadata = "=0.12.0"
|
||||
cargo_metadata = "0.12.2"
|
||||
|
||||
# used as proc macro test targets
|
||||
serde_derive = "1.0.106"
|
||||
|
||||
Reference in New Issue
Block a user