diff options
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_analysis/Cargo.toml | 3 |
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" | |||
15 | im = "12.0.0" | 15 | im = "12.0.0" |
16 | ra_syntax = { path = "../ra_syntax" } | 16 | ra_syntax = { path = "../ra_syntax" } |
17 | ra_editor = { path = "../ra_editor" } | 17 | ra_editor = { path = "../ra_editor" } |
18 | salsa = { path = "../salsa" } | 18 | salsa = "0.4.1" |
19 | rustc-hash = "1.0" | ||
20 | 19 | ||
21 | [dev-dependencies] | 20 | [dev-dependencies] |
22 | test_utils = { path = "../test_utils" } | 21 | test_utils = { path = "../test_utils" } |