Remove unneeded inline tables in Cargo.tomls (#27563)

This PR removes some unneeded inline tables from our `Cargo.toml`s.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-26 22:36:47 -04:00 committed by GitHub
parent 231e9c2000
commit af8acba353
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 21 deletions

View file

@ -44,7 +44,7 @@ workspace.workspace = true
zed_actions.workspace = true
[dev-dependencies]
dap = { workspace = true }
dap.workspace = true
editor = { workspace = true, features = ["test-support"] }
language = { workspace = true, features = ["test-support"] }
project = { workspace = true, features = ["test-support"] }