mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-12-04 09:03:09 +00:00
Update Cargo.toml
This commit is contained in:
parent
dd84b7a24d
commit
c070146a83
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ serde = { version = "1.0.106", features = ["derive"] }
|
||||||
stdx = { path = "../stdx", version = "0.0.0" }
|
stdx = { path = "../stdx", version = "0.0.0" }
|
||||||
text_edit = { path = "../text_edit", version = "0.0.0" }
|
text_edit = { path = "../text_edit", version = "0.0.0" }
|
||||||
parser = { path = "../parser", version = "0.0.0" }
|
parser = { path = "../parser", version = "0.0.0" }
|
||||||
test_utils = { path = "../test_utils" }
|
test_utils = { path = "../test_utils", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
walkdir = "2.3.1"
|
walkdir = "2.3.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue