Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/Cargo.toml')
| -rw-r--r-- | crates/ide/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index bb06d61445..aca7d613e1 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -17,11 +17,11 @@ arrayvec.workspace = true either.workspace = true itertools.workspace = true tracing.workspace = true -oorandom = "11.1.3" -pulldown-cmark-to-cmark = "10.0.4" -pulldown-cmark = { version = "0.9.1", default-features = false } -url = "2.3.1" -dot = "0.1.4" +oorandom.workspace = true +pulldown-cmark-to-cmark.workspace = true +pulldown-cmark.workspace = true +url.workspace = true +dot.workspace = true smallvec.workspace = true triomphe.workspace = true nohash-hasher.workspace = true @@ -52,7 +52,7 @@ test-utils.workspace = true test-fixture.workspace = true [features] -in-rust-tree = ["ide-assists/in-rust-tree", "ide-diagnostics/in-rust-tree"] +in-rust-tree = [] [lints] workspace = true |