diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-04 08:03:18 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-04-04 08:03:18 +0100 |
commit | c083515eec3db48bb0226d198e7b1af3bc7eef05 (patch) | |
tree | 9693b464a0a35e178843020dca0ef9504c1d9d88 /crates | |
parent | 84d8665e13007b0ee27e2a42ff74db815923cdce (diff) | |
parent | afd64756ddcca022556c86c9f2c8a37e87354056 (diff) |
Merge #1106
1106: :arrow_up: salsa r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-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" |