Remove test-support feature from auto_update's gpui dep (#31147)
Fixes `cargo run` on main. Release Notes: - N/A
This commit is contained in:
parent
66667d1eef
commit
97e437c632
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ doctest = false
|
|||
anyhow.workspace = true
|
||||
client.workspace = true
|
||||
db.workspace = true
|
||||
gpui = { workspace = true, features = ["test-support"] }
|
||||
gpui.workspace = true
|
||||
http_client.workspace = true
|
||||
log.workspace = true
|
||||
paths.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue