aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-22 17:44:40 +0100
committerAleksey Kladov <[email protected]>2020-08-05 14:28:20 +0100
commitedd4a83ee3c887670afd077eeb1ddb8ce1976108 (patch)
tree125d7a89eaa87938ef0e2b8e074bccb1a353fc50 /crates/ra_db/Cargo.toml
parent2ad29eb23167273f2e101b44c1f21b4ec2821bc2 (diff)
Use salsa's purge to account for all memory
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 5f334d04f..fe73dc015 100644
--- a/crates/ra_db/Cargo.toml
+++ b/crates/ra_db/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9doctest = false 9doctest = false
10 10
11[dependencies] 11[dependencies]
12salsa = "0.15.0" 12salsa = "0.15.2"
13rustc-hash = "1.1.0" 13rustc-hash = "1.1.0"
14 14
15ra_syntax = { path = "../ra_syntax" } 15ra_syntax = { path = "../ra_syntax" }