diff options
author | Jeremy Kolb <[email protected]> | 2019-11-26 13:20:40 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2019-11-26 13:20:40 +0000 |
commit | b81548c73a134cd63aefb9ceb20edb399bd3a16c (patch) | |
tree | cdf754c36b32a3e930be6b6c407884c2849c4ec1 /crates | |
parent | 36dca8de93c07be62724f973aa4c8a045941d218 (diff) |
Fix stale crates that snuck in
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml index 70216ab24..027b50865 100644 --- a/crates/ra_hir_ty/Cargo.toml +++ b/crates/ra_hir_ty/Cargo.toml | |||
@@ -10,7 +10,7 @@ doctest = false | |||
10 | [dependencies] | 10 | [dependencies] |
11 | log = "0.4.5" | 11 | log = "0.4.5" |
12 | rustc-hash = "1.0" | 12 | rustc-hash = "1.0" |
13 | parking_lot = "0.9.0" | 13 | parking_lot = "0.10.0" |
14 | ena = "0.13" | 14 | ena = "0.13" |
15 | 15 | ||
16 | ra_syntax = { path = "../ra_syntax" } | 16 | ra_syntax = { path = "../ra_syntax" } |