From 76dfac789494d6cb55c089a074b5282c809213b0 Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Mon, 28 Sep 2020 07:44:27 -0400 Subject: chalk 0.29.0 --- crates/hir_ty/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/hir_ty/Cargo.toml') 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" log = "0.4.8" rustc-hash = "1.1.0" scoped-tls = "1" -chalk-solve = { version = "0.28.0" } -chalk-ir = { version = "0.28.0" } -chalk-recursive = { version = "0.28.0" } +chalk-solve = { version = "0.29.0" } +chalk-ir = { version = "0.29.0" } +chalk-recursive = { version = "0.29.0" } stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } -- cgit v1.2.3