diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-27 10:39:00 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-03-27 10:39:00 +0000 |
commit | eeb21dc8cc38a0597fb7949b5c1f42408cd93e35 (patch) | |
tree | f6f6c8932d65a8921054e56f3f37a1222a81ba3f /crates | |
parent | 9816bc5b2dbcaffe9c7c245fad6020a8b37b3531 (diff) | |
parent | 3419fe297a8d6d718cebc0dbc2d75839886988d1 (diff) |
Merge #1063
1063: :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 c9b8f3c8e..2b0380ddf 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.10.0" | 8 | salsa = "0.11.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" |