diff options
author | Aleksey Kladov <[email protected]> | 2019-03-27 13:31:13 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-03-27 13:31:13 +0000 |
commit | e8477f326059377a8a7b3489bd7c452d1ea98187 (patch) | |
tree | 7f7338981e169b17aec82d469ba7f5d38d20ac27 /crates/ra_db | |
parent | eeb21dc8cc38a0597fb7949b5c1f42408cd93e35 (diff) |
update salsa some more
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 2b0380ddf..581cd32fd 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml | |||
@@ -5,7 +5,7 @@ version = "0.1.0" | |||
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | salsa = "0.11.0" | 8 | salsa = "0.11.1" |
9 | relative-path = "0.4.0" | 9 | relative-path = "0.4.0" |
10 | rustc-hash = "1.0" | 10 | rustc-hash = "1.0" |
11 | parking_lot = "0.7.0" | 11 | parking_lot = "0.7.0" |