From 5e4195bb6ab555d5925b4c8831596353ef375a7e Mon Sep 17 00:00:00 2001 From: kjeremy Date: Wed, 2 Sep 2020 14:07:06 -0400 Subject: Chalk 0.25 Picks up flodiebold's infinite loop fix --- crates/hir_ty/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates') 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" log = "0.4.8" rustc-hash = "1.1.0" scoped-tls = "1" -chalk-solve = { version = "0.23.0" } -chalk-ir = { version = "0.23.0" } -chalk-recursive = { version = "0.23.0" } +chalk-solve = { version = "0.25.0" } +chalk-ir = { version = "0.25.0" } +chalk-recursive = { version = "0.25.0" } stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } -- cgit v1.2.3