aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-10-23 16:07:06 +0100
committerFlorian Diebold <[email protected]>2020-10-25 12:53:38 +0000
commit39dfca23f1634c1e21819806bdd696c8096d0f0f (patch)
tree06fc97459be2a8a210d03a43542c9297a9d8d4f6 /crates/hir_ty/Cargo.toml
parent34034e4a64cd49e82171601e55ab6dd1d5b52cd4 (diff)
Add tracing to main rust-analyzer binary
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
-rw-r--r--crates/hir_ty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml
index be7c812cb..367a1b98d 100644
--- a/crates/hir_ty/Cargo.toml
+++ b/crates/hir_ty/Cargo.toml
@@ -17,7 +17,7 @@ ena = "0.14.0"
17log = "0.4.8" 17log = "0.4.8"
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19scoped-tls = "1" 19scoped-tls = "1"
20chalk-solve = "0.34" 20chalk-solve = { version = "0.34", default-features = false }
21chalk-ir = "0.34" 21chalk-ir = "0.34"
22chalk-recursive = "0.34" 22chalk-recursive = "0.34"
23 23