diff options
author | Aleksey Kladov <[email protected]> | 2019-04-04 08:02:53 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-04-04 08:02:53 +0100 |
commit | afd64756ddcca022556c86c9f2c8a37e87354056 (patch) | |
tree | 58815f57e6912063e8a1a68efa399f4644e0d46c /crates/ra_db | |
parent | 5cdf525caa51311515854c4dd398d3fb907d1368 (diff) |
:arrow_up: salsa
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 581cd32fd..08aef9bf5 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.1" | 8 | salsa = "0.12.0" |
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" |