diff options
author | Jeremy A. Kolb <[email protected]> | 2018-10-23 14:46:00 +0100 |
---|---|---|
committer | Jeremy A. Kolb <[email protected]> | 2018-10-23 14:46:00 +0100 |
commit | 0ee37099b585180e9f02d93a5b6fcac403c472a6 (patch) | |
tree | 7f4186b90c988b064bbbce668ff04f3effbf556f /crates/ra_analysis | |
parent | ed736b1ac1d75eaea650d5d953950f0aed947865 (diff) |
Cargo Update run
Bump relative-path to 0.4.0
Failure 0.1.3 to fix leak with downcast
Updated everything else too
Diffstat (limited to 'crates/ra_analysis')
-rw-r--r-- | crates/ra_analysis/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_analysis/Cargo.toml b/crates/ra_analysis/Cargo.toml index f5e742159..0f5ff6d24 100644 --- a/crates/ra_analysis/Cargo.toml +++ b/crates/ra_analysis/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 | relative-path = "0.3.7" | 8 | relative-path = "0.4.0" |
9 | log = "0.4.2" | 9 | log = "0.4.2" |
10 | parking_lot = "0.6.3" | 10 | parking_lot = "0.6.3" |
11 | once_cell = "0.1.5" | 11 | once_cell = "0.1.5" |