diff options
author | Aleksey Kladov <[email protected]> | 2020-02-26 10:38:33 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-26 10:38:33 +0000 |
commit | 80466228712e5a071f09535676f080a71c69024d (patch) | |
tree | 01d79c9c3fbfab35b4932e3426dc6296d8973d69 /crates | |
parent | ae0aeb1b23aa4bc96a7113de784799365c2b4358 (diff) |
Actually drop unicase dependency
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_ide/Cargo.toml | 1 | ||||
-rw-r--r-- | crates/ra_ide_db/Cargo.toml | 1 |
2 files changed, 0 insertions, 2 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" |
diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml index ee409e34e..2f5b74b92 100644 --- a/crates/ra_ide_db/Cargo.toml +++ b/crates/ra_ide_db/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 | once_cell = "1.3.1" | 24 | once_cell = "1.3.1" |
26 | 25 | ||