diff options
author | Aleksey Kladov <[email protected]> | 2020-07-22 17:44:40 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-05 14:28:20 +0100 |
commit | edd4a83ee3c887670afd077eeb1ddb8ce1976108 (patch) | |
tree | 125d7a89eaa87938ef0e2b8e074bccb1a353fc50 /crates/ra_db | |
parent | 2ad29eb23167273f2e101b44c1f21b4ec2821bc2 (diff) |
Use salsa's purge to account for all memory
Diffstat (limited to 'crates/ra_db')
-rw-r--r-- | crates/ra_db/Cargo.toml | 2 |
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" | |||
9 | doctest = false | 9 | doctest = false |
10 | 10 | ||
11 | [dependencies] | 11 | [dependencies] |
12 | salsa = "0.15.0" | 12 | salsa = "0.15.2" |
13 | rustc-hash = "1.1.0" | 13 | rustc-hash = "1.1.0" |
14 | 14 | ||
15 | ra_syntax = { path = "../ra_syntax" } | 15 | ra_syntax = { path = "../ra_syntax" } |