Small cleanup of gpui manifest file (#9439)

Currently, gpui depends on env_logger as both a normal dependency and a
dev-dependency without
using the workspace defined version. This fixes it.
This commit is contained in:
Tobias Decking 2024-03-16 12:59:18 +01:00 committed by GitHub
parent f1d98dc748
commit 80bc6c8cc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,6 @@ workspace = true
[features]
test-support = [
"backtrace",
"env_logger",
"collections/test-support",
"util/test-support",
]
@ -35,7 +34,7 @@ bytemuck = { version = "1", optional = true }
collections.workspace = true
ctor.workspace = true
derive_more.workspace = true
env_logger = { version = "0.9", optional = true }
env_logger.workspace = true
etagere = "0.2"
futures.workspace = true
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "5a5c4d4" }
@ -76,7 +75,6 @@ waker-fn = "1.1.0"
[dev-dependencies]
backtrace = "0.3"
collections = { workspace = true, features = ["test-support"] }
env_logger.workspace = true
util = { workspace = true, features = ["test-support"] }
[build-dependencies]