aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-18 13:46:54 +0000
committerGitHub <[email protected]>2020-02-18 13:46:54 +0000
commiteab80cd961919b9321e1d34343ae3f3adb0502e5 (patch)
tree825fc70ee0abe5a15a9c55fd5f5a4b34b060f9c5 /crates/ra_ide_db/Cargo.toml
parente59445cdde30cb73bc72e2266032f5e0125e6805 (diff)
parent039f2039a4ec06c8e52734190ceaf43a21de5e39 (diff)
Merge #3218
3218: Cut some deps r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_db/Cargo.toml')
-rw-r--r--crates/ra_ide_db/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml
index ad3acce59..dbe98f3a0 100644
--- a/crates/ra_ide_db/Cargo.toml
+++ b/crates/ra_ide_db/Cargo.toml
@@ -20,7 +20,6 @@ log = "0.4.5"
20rayon = "1.0.2" 20rayon = "1.0.2"
21fst = { version = "0.3.1", default-features = false } 21fst = { version = "0.3.1", default-features = false }
22rustc-hash = "1.0" 22rustc-hash = "1.0"
23unicase = "2.2.0"
24superslice = "1.0.0" 23superslice = "1.0.0"
25once_cell = "1.2.0" 24once_cell = "1.2.0"
26 25