diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-28 16:11:45 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-28 16:11:45 +0000 |
commit | 9d6740a9c9ad2ca47c4885bd994f849e90bbef86 (patch) | |
tree | b620995eb82282fef1f35b54fc3c9abce7c37b12 /crates/ra_hir | |
parent | 161054a616835ff5eebbc6692c8795c049b8b0d7 (diff) | |
parent | 13631a2955cd8fbd400b3a4b7fbf884ee3fbdc47 (diff) |
Merge #351
351: :arrow_up: salsa r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index d719d69a3..4ec890c73 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -8,7 +8,7 @@ authors = ["Aleksey Kladov <[email protected]>"] | |||
8 | arrayvec = "0.4.10" | 8 | arrayvec = "0.4.10" |
9 | log = "0.4.5" | 9 | log = "0.4.5" |
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | salsa = "0.8.0" | 11 | salsa = "0.9.0" |
12 | rustc-hash = "1.0" | 12 | rustc-hash = "1.0" |
13 | parking_lot = "0.7.0" | 13 | parking_lot = "0.7.0" |
14 | id-arena = "2.0" | 14 | id-arena = "2.0" |