aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorJeremy Kolb <[email protected]>2020-09-28 12:44:27 +0100
committerJeremy Kolb <[email protected]>2020-09-28 12:44:27 +0100
commit76dfac789494d6cb55c089a074b5282c809213b0 (patch)
tree26d710388fe2a197d047c3842e48cf65b4c7f635 /crates/hir_ty/Cargo.toml
parent0fb5d9d87a1d23563b8311feb4f97cb85894b8f0 (diff)
chalk 0.29.0
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
-rw-r--r--crates/hir_ty/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml
index 03215be44..74d9003ee 100644
--- a/crates/hir_ty/Cargo.toml
+++ b/crates/hir_ty/Cargo.toml
@@ -17,9 +17,9 @@ ena = "0.14.0"
17log = "0.4.8" 17log = "0.4.8"
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19scoped-tls = "1" 19scoped-tls = "1"
20chalk-solve = { version = "0.28.0" } 20chalk-solve = { version = "0.29.0" }
21chalk-ir = { version = "0.28.0" } 21chalk-ir = { version = "0.29.0" }
22chalk-recursive = { version = "0.28.0" } 22chalk-recursive = { version = "0.29.0" }
23 23
24stdx = { path = "../stdx", version = "0.0.0" } 24stdx = { path = "../stdx", version = "0.0.0" }
25hir_def = { path = "../hir_def", version = "0.0.0" } 25hir_def = { path = "../hir_def", version = "0.0.0" }