cargo: Add zbus to newer Debian
This commit is contained in:
@ -2,6 +2,10 @@
|
|||||||
# For the newer-than-Byzantium config
|
# For the newer-than-Byzantium config
|
||||||
bitflags = "1.3.*"
|
bitflags = "1.3.*"
|
||||||
clap = { version = "3.1.*", features=["std"], default-features = false }
|
clap = { version = "3.1.*", features=["std"], default-features = false }
|
||||||
|
zbus = "1.9.*"
|
||||||
|
zvariant = "2.10.*"
|
||||||
|
# Newer versions seem to confuse the version of Cargo on Debian Bullseye
|
||||||
|
zvariant_derive = "2.10.*"
|
||||||
|
|
||||||
[dependencies.cairo-rs]
|
[dependencies.cairo-rs]
|
||||||
version = "0.14.*"
|
version = "0.14.*"
|
||||||
|
|||||||
1
debian/control-newer
vendored
1
debian/control-newer
vendored
@ -23,6 +23,7 @@ Build-Depends:
|
|||||||
librust-serde-derive-1-dev (>= 1.0),
|
librust-serde-derive-1-dev (>= 1.0),
|
||||||
librust-serde-yaml-0.8-dev (>= 0.8),
|
librust-serde-yaml-0.8-dev (>= 0.8),
|
||||||
librust-xkbcommon-0.4+wayland-dev (>= 0.4),
|
librust-xkbcommon-0.4+wayland-dev (>= 0.4),
|
||||||
|
librust-zbus-dev (>= 1.9),
|
||||||
libwayland-dev (>= 1.16),
|
libwayland-dev (>= 1.16),
|
||||||
lsb-release,
|
lsb-release,
|
||||||
python3,
|
python3,
|
||||||
|
|||||||
Reference in New Issue
Block a user