mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2025-01-03 03:05:18 +00:00
zbus: stick to 3.3, until !596 is fixed
This commit is contained in:
parent
7708016f72
commit
d78a324502
@ -13,7 +13,7 @@ qmp = ["dep:qapi", "dep:base64"]
|
||||
cfg-if = "1.0"
|
||||
log = "0.4"
|
||||
derivative = "2.2.0"
|
||||
zbus = { version = "3.3", features = ["xml"] }
|
||||
zbus = { version = "~3.3", features = ["xml"] }
|
||||
zvariant = { version = "3.0", features = ["serde_bytes"] }
|
||||
libc = "0.2.86"
|
||||
enumflags2 = { version = "0.7", features = ["serde"] }
|
||||
|
@ -12,7 +12,7 @@ qmp = ["qemu-display/qmp"]
|
||||
log = "0.4"
|
||||
pretty_env_logger = "0.4"
|
||||
once_cell = "1.5"
|
||||
zbus = { version = "3.0" }
|
||||
zbus = { version = "~3.3" }
|
||||
qemu-display = { path = "../qemu-display" }
|
||||
keycodemap = { path = "../keycodemap" }
|
||||
rdw = { package = "rdw4", version = "0.1", features = ["bindings"] }
|
||||
|
Loading…
Reference in New Issue
Block a user