From 06f5d6f6404cf134d1d8b39a4aea9f7c7342af52 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 14 Jun 2021 20:41:08 +0300 Subject: internal: don't pull tracing via chalk --- crates/hir_ty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index a1894e8d8..74129eb21 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -20,7 +20,7 @@ rustc-hash = "1.1.0" scoped-tls = "1" chalk-solve = { version = "0.68", default-features = false } chalk-ir = "0.68" -chalk-recursive = "0.68" +chalk-recursive = { version = "0.68", default-features = false } la-arena = { version = "0.2.0", path = "../../lib/arena" } once_cell = { version = "1.5.0" } -- cgit v1.2.3