aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-26 11:00:33 +0000
committerGitHub <[email protected]>2020-02-26 11:00:33 +0000
commit04deae3dba7c9b7054f7a1d64e4b93a05aecc132 (patch)
treecbdb65ae899e5e5bc78873cdd638c846b6567f1d /crates
parent21fa338bd61bf6d4959b7f052d4f89d4594e419b (diff)
parent80466228712e5a071f09535676f080a71c69024d (diff)
Merge pull request #3317 from matklad/no-unicase
Actually drop unicase dependency
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_ide/Cargo.toml1
-rw-r--r--crates/ra_ide_db/Cargo.toml1
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"
20rayon = "1.3.0" 20rayon = "1.3.0"
21fst = { version = "0.3.5", default-features = false } 21fst = { version = "0.3.5", default-features = false }
22rustc-hash = "1.1.0" 22rustc-hash = "1.1.0"
23unicase = "2.6.0"
24superslice = "1.0.0" 23superslice = "1.0.0"
25rand = { version = "0.7.3", features = ["small_rng"] } 24rand = { version = "0.7.3", features = ["small_rng"] }
26once_cell = "1.3.1" 25once_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"
20rayon = "1.3.0" 20rayon = "1.3.0"
21fst = { version = "0.3.5", default-features = false } 21fst = { version = "0.3.5", default-features = false }
22rustc-hash = "1.1.0" 22rustc-hash = "1.1.0"
23unicase = "2.6.0"
24superslice = "1.0.0" 23superslice = "1.0.0"
25once_cell = "1.3.1" 24once_cell = "1.3.1"
26 25