aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-10-07 09:32:02 +0100
committerAleksey Kladov <[email protected]>2018-10-15 19:12:06 +0100
commit64b879d6a9aa61cf2ebe0154a292aa33e6412745 (patch)
tree21c018a24ef0522016fa30038a4993dcaed7b108 /crates
parent575b8635073ae0ea9e2aebbab613daf97fe9af90 (diff)
add salsa dep, break the world
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_analysis/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml
index 28d95c581..4481e98d6 100644
--- a/crates/ra_analysis/Cargo.toml
+++ b/crates/ra_analysis/Cargo.toml
@@ -15,8 +15,7 @@ fst = "0.3.1"
15im = "12.0.0" 15im = "12.0.0"
16ra_syntax = { path = "../ra_syntax" } 16ra_syntax = { path = "../ra_syntax" }
17ra_editor = { path = "../ra_editor" } 17ra_editor = { path = "../ra_editor" }
18salsa = { path = "../salsa" } 18salsa = "0.4.1"
19rustc-hash = "1.0"
20 19
21[dev-dependencies] 20[dev-dependencies]
22test_utils = { path = "../test_utils" } 21test_utils = { path = "../test_utils" }