Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project_model/Cargo.toml')
| -rw-r--r-- | crates/project_model/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml index 732e4952fa..cea2c16a63 100644 --- a/crates/project_model/Cargo.toml +++ b/crates/project_model/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" doctest = false [dependencies] -log = "0.4.8" +tracing = "0.1" rustc-hash = "1.1.0" cargo_metadata = "0.14" semver = "1" |