qemu-display: drop zbus xml feature

Although I expect it to be used later, we don't use it yet. (zbus_xml)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2023-08-30 12:58:52 +04:00
parent 77de690912
commit 86118de078
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ qmp = ["dep:qapi", "dep:base64"]
cfg-if = "1.0"
log = "0.4"
derivative = "2.2.0"
zbus = { version = "4", features = ["xml"] }
zbus = "4"
zvariant = { version = "4", features = ["serde_bytes"] }
libc = "0.2.86"
enumflags2 = { version = "0.7", features = ["serde"] }