aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-28 18:03:30 +0000
committerAleksey Kladov <[email protected]>2018-11-28 18:03:30 +0000
commit70a7cb34ec18d30a680a73727e1d87a0a786dc44 (patch)
treee23d6bf49854c5ad42683accaf3f0c43488188a4 /crates/ra_hir/Cargo.toml
parent0cda188621b792265c957bdf4ac54af31cbc9947 (diff)
switch to released id-arena
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r--crates/ra_hir/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 9bde289e7..1b9e148b2 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -10,7 +10,7 @@ relative-path = "0.4.0"
10salsa = "0.8.0" 10salsa = "0.8.0"
11rustc-hash = "1.0" 11rustc-hash = "1.0"
12parking_lot = "0.6.4" 12parking_lot = "0.6.4"
13id-arena = { git = "https://github.com/fitzgen/id-arena/", rev = "43ecd67" } 13id-arena = "2.0"
14ra_syntax = { path = "../ra_syntax" } 14ra_syntax = { path = "../ra_syntax" }
15ra_editor = { path = "../ra_editor" } 15ra_editor = { path = "../ra_editor" }
16ra_db = { path = "../ra_db" } 16ra_db = { path = "../ra_db" }