aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-28 16:10:31 +0000
committerAleksey Kladov <[email protected]>2018-12-28 16:10:31 +0000
commit13631a2955cd8fbd400b3a4b7fbf884ee3fbdc47 (patch)
treeb620995eb82282fef1f35b54fc3c9abce7c37b12 /crates/ra_db
parent161054a616835ff5eebbc6692c8795c049b8b0d7 (diff)
:arrow_up: salsa
Diffstat (limited to 'crates/ra_db')
-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 1fefd8025..75bcf2b39 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Aleksey Kladov <[email protected]>"]
7[dependencies] 7[dependencies]
8backtrace = "0.3.1" 8backtrace = "0.3.1"
9relative-path = "0.4.0" 9relative-path = "0.4.0"
10salsa = "0.8.0" 10salsa = "0.9.0"
11rustc-hash = "1.0" 11rustc-hash = "1.0"
12parking_lot = "0.7.0" 12parking_lot = "0.7.0"
13ra_syntax = { path = "../ra_syntax" } 13ra_syntax = { path = "../ra_syntax" }