diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 11:05:34 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-30 11:05:34 +0100 |
commit | 6b88735fe6cd3b259816c7c90a2675ee057c9e4c (patch) | |
tree | fc6c0dc656db1722c6aed345d3036be46969b4b5 /crates | |
parent | f2cb94db77d6864d3f4a54b493eba388271425f0 (diff) | |
parent | 54f77ad68dc47ca8d99a12f1467bebe8e5441d7e (diff) |
Merge #1351
1351: switch to upstream 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 b43202890..827855b2f 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.12.0" | 8 | salsa = "0.12.1" |
9 | relative-path = "0.4.0" | 9 | relative-path = "0.4.0" |
10 | rustc-hash = "1.0" | 10 | rustc-hash = "1.0" |
11 | 11 | ||