aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_analysis/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-11-27 11:23:29 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-11-27 11:23:29 +0000
commit8e37208040a456d4e481472f69b3b584655ee90f (patch)
treed7c7674e657443a104cc06a24c1254e8396ca286 /crates/ra_analysis/Cargo.toml
parent7adbea9c425847ee7193d3eaba2bef5ba4f0d4bd (diff)
parented023929d5f3a53a3989371452291176d3ce543c (diff)
Merge #244
244: Switch to id-arena r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_analysis/Cargo.toml')
-rw-r--r--crates/ra_analysis/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml
index b4a1a09b5..5dae45857 100644
--- a/crates/ra_analysis/Cargo.toml
+++ b/crates/ra_analysis/Cargo.toml
@@ -12,6 +12,7 @@ fst = "0.3.1"
12salsa = "0.8.0" 12salsa = "0.8.0"
13rustc-hash = "1.0" 13rustc-hash = "1.0"
14parking_lot = "0.6.4" 14parking_lot = "0.6.4"
15id-arena = { git = "https://github.com/fitzgen/id-arena/", rev = "43ecd67" }
15ra_syntax = { path = "../ra_syntax" } 16ra_syntax = { path = "../ra_syntax" }
16ra_editor = { path = "../ra_editor" } 17ra_editor = { path = "../ra_editor" }
17test_utils = { path = "../test_utils" } 18test_utils = { path = "../test_utils" }