aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-17 11:11:00 +0000
committerAleksey Kladov <[email protected]>2019-01-17 11:11:00 +0000
commita2ca03d10b093ea20d7db8bfd78aa1e787482cc0 (patch)
tree0723f5b15899902811d027587a46698016d21d54 /crates/ra_ide_api/Cargo.toml
parent454cc313589fb17de92d6f3dbf576a5ea5f4adf2 (diff)
:arrow_up: salsa
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r--crates/ra_ide_api/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml
index 022cbd5a3..702c11932 100644
--- a/crates/ra_ide_api/Cargo.toml
+++ b/crates/ra_ide_api/Cargo.toml
@@ -10,7 +10,6 @@ log = "0.4.5"
10relative-path = "0.4.0" 10relative-path = "0.4.0"
11rayon = "1.0.2" 11rayon = "1.0.2"
12fst = "0.3.1" 12fst = "0.3.1"
13salsa = "0.9.2"
14rustc-hash = "1.0" 13rustc-hash = "1.0"
15parking_lot = "0.7.0" 14parking_lot = "0.7.0"
16unicase = "2.2.0" 15unicase = "2.2.0"