diff options
author | Aleksey Kladov <[email protected]> | 2019-11-26 08:29:20 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-26 08:29:20 +0000 |
commit | 131c2da6bfd8ad6a25a55b4c85081da327ba2acb (patch) | |
tree | d05b34483333fd1abfe95679cd37a6a837c468ff /crates/ra_db | |
parent | 58a3b3b502580e9f49dcfc9b7223e8aec258adf6 (diff) |
:arrow_up: 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 4ec09b6d9..7afa5d8fc 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml | |||
@@ -8,7 +8,7 @@ authors = ["rust-analyzer developers"] | |||
8 | doctest = false | 8 | doctest = false |
9 | 9 | ||
10 | [dependencies] | 10 | [dependencies] |
11 | salsa = "0.13.0" | 11 | salsa = "0.14.1" |
12 | relative-path = "1.0.0" | 12 | relative-path = "1.0.0" |
13 | rustc-hash = "1.0" | 13 | rustc-hash = "1.0" |
14 | 14 | ||