aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/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_db/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_db/Cargo.toml')
-rw-r--r--crates/ra_db/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml
index 21d987688..bb1b5eae7 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -6,7 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8relative-path = "0.4.0" 8relative-path = "0.4.0"
9salsa = "0.9.2" 9salsa = "0.10.0-alpha1"
10rustc-hash = "1.0" 10rustc-hash = "1.0"
11parking_lot = "0.7.0" 11parking_lot = "0.7.0"
12ra_arena = { path = "../ra_arena" } 12ra_arena = { path = "../ra_arena" }