aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-09-03 11:13:41 +0100
committerGitHub <[email protected]>2020-09-03 11:13:41 +0100
commitd2c3832a8a95b7f00c201f1c98335412ff845afb (patch)
treeb9e3e438e5d2ea14cd49b03444e9e55dfd35b630 /crates
parent5328792feaf16f58f4c8962a70c5fcd306fa46a4 (diff)
parent5e4195bb6ab555d5925b4c8831596353ef375a7e (diff)
Merge #5937
5937: Chalk 0.25 r=matklad a=kjeremy Picks up flodiebold's infinite loop fix Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates')
-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 47940c36e..7d02aaf95 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.23.0" } 20chalk-solve = { version = "0.25.0" }
21chalk-ir = { version = "0.23.0" } 21chalk-ir = { version = "0.25.0" }
22chalk-recursive = { version = "0.23.0" } 22chalk-recursive = { version = "0.25.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" }