aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-09-28 12:45:34 +0100
committerGitHub <[email protected]>2020-09-28 12:45:34 +0100
commiteb79c2094f4328088b13a3dcf5fe253806c73c86 (patch)
tree26d710388fe2a197d047c3842e48cf65b4c7f635 /crates/hir_ty
parent0fb5d9d87a1d23563b8311feb4f97cb85894b8f0 (diff)
parent76dfac789494d6cb55c089a074b5282c809213b0 (diff)
Merge #6086
6086: chalk 0.29.0 r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
Diffstat (limited to 'crates/hir_ty')
-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" }