diff options
author | Aleksey Kladov <[email protected]> | 2019-01-27 19:11:17 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-28 10:53:32 +0000 |
commit | 53e3e82d919e36cc2225d4f7f867a45f0cede53a (patch) | |
tree | 98964f9ed82cc5387c0bd0749daafb3e711e180d /crates/ra_db | |
parent | c4ceea3417f0d24ea732549eb481fd788248cd00 (diff) |
update salsa
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 3bacd8660..3bae22c74 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml | |||
@@ -5,7 +5,7 @@ version = "0.1.0" | |||
5 | authors = ["Aleksey Kladov <[email protected]>"] | 5 | authors = ["Aleksey Kladov <[email protected]>"] |
6 | 6 | ||
7 | [dependencies] | 7 | [dependencies] |
8 | salsa = "0.10.0-alpha5" | 8 | salsa = "0.10.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" |