From 1e0b163860c3031708c7acf8c4eb8d19978b41f7 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Wed, 20 Jan 2021 12:31:03 -0500 Subject: chalk 0.49.0 --- 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 98434b741..d0211c914 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.47", default-features = false } -chalk-ir = "0.47" -chalk-recursive = "0.47" +chalk-solve = { version = "0.49", default-features = false } +chalk-ir = "0.49" +chalk-recursive = "0.49" la-arena = { version = "0.2.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } -- cgit v1.2.3