mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-05 08:00:48 +00:00
Unfreeze cargo_metadata
It now pulls in a newer version of semver-parser.
This commit is contained in:
parent
8c33ffecc1
commit
1da68e87af
4 changed files with 17 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue