aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-06-07 07:50:32 +0100
committerAleksey Kladov <[email protected]>2019-06-12 11:25:30 +0100
commitfc2658b0749b03f365a3f176582311efd2bc6462 (patch)
treed58e53fdcea6d4de6c37a7e1bc3b762db77754bd /crates/ra_db/Cargo.toml
parent80aa9d5f9f55341d2a51176e385d8aa6d2d2cec8 (diff)
use salsa's LRU for syntax trees
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 827855b2f..f73dd739a 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -5,7 +5,7 @@ version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8salsa = "0.12.1" 8salsa = "0.12.3"
9relative-path = "0.4.0" 9relative-path = "0.4.0"
10rustc-hash = "1.0" 10rustc-hash = "1.0"
11 11