Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
| -rw-r--r-- | crates/hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 304dbb1b99..a3c07518e7 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -14,7 +14,7 @@ itertools = "0.10.0" arrayvec = "0.7" smallvec = "1.2.0" ena = "0.14.0" -log = "0.4.8" +tracing = "0.1" rustc-hash = "1.1.0" scoped-tls = "1" chalk-solve = { version = "0.70", default-features = false } |