diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-26 18:24:30 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-26 18:24:30 +0000 |
commit | 1662eb1f8dd9be765a5675f7062236c78b9c991d (patch) | |
tree | 95a7d61c261a156f9faef279cb72af1a7129a435 /crates/ra_db | |
parent | d0ef1bde893bb46f0c7f9cab34706713169adb49 (diff) | |
parent | a1fb8efd7a79ea77b88686e31ee82ed1400a0167 (diff) |
Merge #679
679: :arrow_up: salsa r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
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 9aa77f72e..2d39b77ed 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml | |||
@@ -6,7 +6,7 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | relative-path = "0.4.0" | 8 | relative-path = "0.4.0" |
9 | salsa = "0.10.0-alpha4" | 9 | salsa = "0.10.0-alpha5" |
10 | rustc-hash = "1.0" | 10 | rustc-hash = "1.0" |
11 | parking_lot = "0.7.0" | 11 | parking_lot = "0.7.0" |
12 | 12 | ||