aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-18 13:26:34 +0000
committerAleksey Kladov <[email protected]>2020-02-18 13:44:52 +0000
commitb643ccfaeda59f642a19d87e780976b3536d7b33 (patch)
tree438f4316e87135fb75454bf7ec5171a575c1fce1 /crates
parentc870318f53562e90269fc70aecdb02d122353814 (diff)
Drop extra deps
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_ide/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml
index d50cf1d20..97dea5ffd 100644
--- a/crates/ra_ide/Cargo.toml
+++ b/crates/ra_ide/Cargo.toml
@@ -17,11 +17,7 @@ indexmap = "1.3.0"
17itertools = "0.8.0" 17itertools = "0.8.0"
18join_to_string = "0.1.3" 18join_to_string = "0.1.3"
19log = "0.4.5" 19log = "0.4.5"
20rayon = "1.0.2"
21fst = { version = "0.3.1", default-features = false }
22rustc-hash = "1.0" 20rustc-hash = "1.0"
23unicase = "2.2.0"
24superslice = "1.0.0"
25rand = { version = "0.7.0", features = ["small_rng"] } 21rand = { version = "0.7.0", features = ["small_rng"] }
26once_cell = "1.2.0" 22once_cell = "1.2.0"
27 23