aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-11-26 13:26:23 +0000
committerGitHub <[email protected]>2019-11-26 13:26:23 +0000
commit4d753fa6f514ea1105c25ace91201c5324ee0b92 (patch)
treeff82cccf8b93b5d97f08d2d759d92164c90e6f02 /crates
parent4822d26540a2eb13505604f2285198ff8fb69fbc (diff)
parentb81548c73a134cd63aefb9ceb20edb399bd3a16c (diff)
Merge #2412
2412: Fix stale crates that snuck in r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir_ty/Cargo.toml2
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]
11log = "0.4.5" 11log = "0.4.5"
12rustc-hash = "1.0" 12rustc-hash = "1.0"
13parking_lot = "0.9.0" 13parking_lot = "0.10.0"
14ena = "0.13" 14ena = "0.13"
15 15
16ra_syntax = { path = "../ra_syntax" } 16ra_syntax = { path = "../ra_syntax" }