diff options
Diffstat (limited to 'crates/ra_ide')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index 3407d2598..6a3112f9c 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml | |||
@@ -20,7 +20,6 @@ log = "0.4.8" | |||
20 | rayon = "1.3.0" | 20 | rayon = "1.3.0" |
21 | fst = { version = "0.3.5", default-features = false } | 21 | fst = { version = "0.3.5", default-features = false } |
22 | rustc-hash = "1.1.0" | 22 | rustc-hash = "1.1.0" |
23 | unicase = "2.6.0" | ||
24 | superslice = "1.0.0" | 23 | superslice = "1.0.0" |
25 | rand = { version = "0.7.3", features = ["small_rng"] } | 24 | rand = { version = "0.7.3", features = ["small_rng"] } |
26 | once_cell = "1.3.1" | 25 | once_cell = "1.3.1" |