From bca51e35190e47688ccf252c367a7951d36dadad Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Fri, 30 Oct 2020 18:57:16 +0100 Subject: Upgrade Chalk to 0.36 Quite a few changes, because Chalk got rid of the `ApplicationTy` nesting. --- 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 367a1b98d..3b822d223 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.34", default-features = false } -chalk-ir = "0.34" -chalk-recursive = "0.34" +chalk-solve = { version = "0.36", default-features = false } +chalk-ir = "0.36" +chalk-recursive = "0.36" stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } -- cgit v1.2.3