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:
Cole Miller 2025-05-21 23:32:29 -04:00 committed by GitHub
parent 66667d1eef
commit 97e437c632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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