mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-07 09: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
|
@ -12,7 +12,7 @@ doctest = false
|
|||
[dependencies]
|
||||
log = "0.4.8"
|
||||
rustc-hash = "1.1.0"
|
||||
cargo_metadata = "=0.12.0"
|
||||
cargo_metadata = "0.12.2"
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
serde_json = "1.0.48"
|
||||
anyhow = "1.0.26"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue