mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Improve compilation speed
This commit is contained in:
parent
ffba4c0dce
commit
867fdf8f03
1 changed files with 1 additions and 1 deletions
|
@ -25,10 +25,10 @@ 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", version = "0.0.0" }
|
|
||||||
profile = { path = "../profile", version = "0.0.0" }
|
profile = { path = "../profile", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
test_utils = { path = "../test_utils" }
|
||||||
walkdir = "2.3.1"
|
walkdir = "2.3.1"
|
||||||
rayon = "1"
|
rayon = "1"
|
||||||
expect-test = "1.1"
|
expect-test = "1.1"
|
||||||
|
|
Loading…
Reference in a new issue