diff options
author | Aleksey Kladov <[email protected]> | 2019-01-15 12:06:45 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-15 12:06:45 +0000 |
commit | dd45697e5396d4a6ac8e838e1f4f510c960b9c43 (patch) | |
tree | f483dcc7745092c05b03e76b8b664591b730a359 /crates/ra_hir | |
parent | f6f2e89e7ac9c4afbda11bade21f902c552fbba2 (diff) |
update salsa
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 0135e0e16..415848f09 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.9.1" | 11 | salsa = "0.9.2" |
12 | rustc-hash = "1.0" | 12 | rustc-hash = "1.0" |
13 | parking_lot = "0.7.0" | 13 | parking_lot = "0.7.0" |
14 | ena = "0.11" | 14 | ena = "0.11" |