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:
parent
f1d98dc748
commit
80bc6c8cc8
1 changed files with 1 additions and 3 deletions
|
@ -13,7 +13,6 @@ workspace = true
|
||||||
[features]
|
[features]
|
||||||
test-support = [
|
test-support = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"env_logger",
|
|
||||||
"collections/test-support",
|
"collections/test-support",
|
||||||
"util/test-support",
|
"util/test-support",
|
||||||
]
|
]
|
||||||
|
@ -35,7 +34,7 @@ bytemuck = { version = "1", optional = true }
|
||||||
collections.workspace = true
|
collections.workspace = true
|
||||||
ctor.workspace = true
|
ctor.workspace = true
|
||||||
derive_more.workspace = true
|
derive_more.workspace = true
|
||||||
env_logger = { version = "0.9", optional = true }
|
env_logger.workspace = true
|
||||||
etagere = "0.2"
|
etagere = "0.2"
|
||||||
futures.workspace = true
|
futures.workspace = true
|
||||||
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "5a5c4d4" }
|
font-kit = { git = "https://github.com/zed-industries/font-kit", rev = "5a5c4d4" }
|
||||||
|
@ -76,7 +75,6 @@ waker-fn = "1.1.0"
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
backtrace = "0.3"
|
backtrace = "0.3"
|
||||||
collections = { workspace = true, features = ["test-support"] }
|
collections = { workspace = true, features = ["test-support"] }
|
||||||
env_logger.workspace = true
|
|
||||||
util = { workspace = true, features = ["test-support"] }
|
util = { workspace = true, features = ["test-support"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue