Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/Cargo.toml')
| -rw-r--r-- | crates/ide_db/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_db/Cargo.toml b/crates/ide_db/Cargo.toml index f8a2cbef8d..981a58347a 100644 --- a/crates/ide_db/Cargo.toml +++ b/crates/ide_db/Cargo.toml @@ -10,7 +10,7 @@ doctest = false [dependencies] cov-mark = "2.0.0-pre.1" -log = "0.4.8" +tracing = "0.1" rayon = "1.5.0" fst = { version = "0.4", default-features = false } rustc-hash = "1.1.0" |