From e13ac349b52993a7addb4643ba24a7fe378c0f2f Mon Sep 17 00:00:00 2001 From: kjeremy Date: Mon, 8 Mar 2021 10:39:11 -0500 Subject: Cargo update Chalk changes just a version # bump. There are no actual commits. --- crates/hir_ty/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crates/hir_ty') diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index d1302d749..1127eef05 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.59", default-features = false } -chalk-ir = "0.59" -chalk-recursive = "0.59" +chalk-solve = { version = "0.60", default-features = false } +chalk-ir = "0.60" +chalk-recursive = "0.60" la-arena = { version = "0.2.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } -- cgit v1.2.3