Drop extra deps

This commit is contained in:
Aleksey Kladov 2020-02-18 14:26:34 +01:00
parent c870318f53
commit b643ccfaed
2 changed files with 0 additions and 8 deletions

4
Cargo.lock generated
View file

@ -1043,7 +1043,6 @@ version = "0.1.0"
dependencies = [ dependencies = [
"either", "either",
"format-buf", "format-buf",
"fst",
"indexmap", "indexmap",
"insta", "insta",
"itertools", "itertools",
@ -1060,11 +1059,8 @@ dependencies = [
"ra_syntax", "ra_syntax",
"ra_text_edit", "ra_text_edit",
"rand", "rand",
"rayon",
"rustc-hash", "rustc-hash",
"superslice",
"test_utils", "test_utils",
"unicase",
] ]
[[package]] [[package]]

View file

@ -17,11 +17,7 @@ indexmap = "1.3.0"
itertools = "0.8.0" itertools = "0.8.0"
join_to_string = "0.1.3" join_to_string = "0.1.3"
log = "0.4.5" log = "0.4.5"
rayon = "1.0.2"
fst = { version = "0.3.1", default-features = false }
rustc-hash = "1.0" rustc-hash = "1.0"
unicase = "2.2.0"
superslice = "1.0.0"
rand = { version = "0.7.0", features = ["small_rng"] } rand = { version = "0.7.0", features = ["small_rng"] }
once_cell = "1.2.0" once_cell = "1.2.0"