mirror of
https://github.com/rustdesk/qemu-display.git
synced 2025-07-01 15:25:29 +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"
|
cfg-if = "1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
derivative = "2.2.0"
|
derivative = "2.2.0"
|
||||||
zbus = { version = "3.3", features = ["xml"] }
|
zbus = { version = "~3.3", features = ["xml"] }
|
||||||
zvariant = { version = "3.0", features = ["serde_bytes"] }
|
zvariant = { version = "3.0", features = ["serde_bytes"] }
|
||||||
libc = "0.2.86"
|
libc = "0.2.86"
|
||||||
enumflags2 = { version = "0.7", features = ["serde"] }
|
enumflags2 = { version = "0.7", features = ["serde"] }
|
||||||
|
@ -12,7 +12,7 @@ qmp = ["qemu-display/qmp"]
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
pretty_env_logger = "0.4"
|
pretty_env_logger = "0.4"
|
||||||
once_cell = "1.5"
|
once_cell = "1.5"
|
||||||
zbus = { version = "3.0" }
|
zbus = { version = "~3.3" }
|
||||||
qemu-display = { path = "../qemu-display" }
|
qemu-display = { path = "../qemu-display" }
|
||||||
keycodemap = { path = "../keycodemap" }
|
keycodemap = { path = "../keycodemap" }
|
||||||
rdw = { package = "rdw4", version = "0.1", features = ["bindings"] }
|
rdw = { package = "rdw4", version = "0.1", features = ["bindings"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user