aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-09-02 19:07:06 +0100
committerkjeremy <[email protected]>2020-09-02 19:07:06 +0100
commit5e4195bb6ab555d5925b4c8831596353ef375a7e (patch)
treed8f3abc4d69d8d5aec1a642d40938b781e8b1e17 /crates/hir_ty/Cargo.toml
parent7f79dbc84f5d69ec6f48fa8d67bdfa0525c5dd34 (diff)
Chalk 0.25
Picks up flodiebold's infinite loop fix
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 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" }