aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-05-30 10:02:30 +0100
committerAleksey Kladov <[email protected]>2019-05-30 10:02:30 +0100
commit18ed3517474dbc41586f71b22c72bf083be3dca9 (patch)
tree1d6de28985e14bc9c53051e8d729218fb65ef3c0 /crates/ra_db
parent615b59aea09d4bd55c3e3a72e9aab86810107ca6 (diff)
:arrow_up: parking_lot
Diffstat (limited to 'crates/ra_db')
-rw-r--r--crates/ra_db/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml
index 5328303d2..b43202890 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -8,7 +8,6 @@ authors = ["rust-analyzer developers"]
8salsa = "0.12.0" 8salsa = "0.12.0"
9relative-path = "0.4.0" 9relative-path = "0.4.0"
10rustc-hash = "1.0" 10rustc-hash = "1.0"
11parking_lot = "0.7.0"
12 11
13ra_arena = { path = "../ra_arena" } 12ra_arena = { path = "../ra_arena" }
14ra_syntax = { path = "../ra_syntax" } 13ra_syntax = { path = "../ra_syntax" }