aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-17 11:17:46 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-17 11:17:46 +0000
commit168c46ab777f6e3263bb2e58f0ce9b0b1619114e (patch)
tree0723f5b15899902811d027587a46698016d21d54 /crates/ra_hir/Cargo.toml
parent454cc313589fb17de92d6f3dbf576a5ea5f4adf2 (diff)
parenta2ca03d10b093ea20d7db8bfd78aa1e787482cc0 (diff)
Merge #561
561: :arrow_up: salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r--crates/ra_hir/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 415848f09..87d2e98e9 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -8,7 +8,6 @@ authors = ["Aleksey Kladov <[email protected]>"]
8arrayvec = "0.4.10" 8arrayvec = "0.4.10"
9log = "0.4.5" 9log = "0.4.5"
10relative-path = "0.4.0" 10relative-path = "0.4.0"
11salsa = "0.9.2"
12rustc-hash = "1.0" 11rustc-hash = "1.0"
13parking_lot = "0.7.0" 12parking_lot = "0.7.0"
14ena = "0.11" 13ena = "0.11"