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 ec44369fa9..7e0b1f75f7 100644 --- a/crates/project-model/Cargo.toml +++ b/crates/project-model/Cargo.toml @@ -22,7 +22,7 @@ serde.workspace = true serde_derive.workspace = true temp-dir.workspace = true toml.workspace = true -tracing.workspace = true +tracing = { workspace = true, features = ["attributes"] } triomphe.workspace = true la-arena.workspace = true itertools.workspace = true |