cargo: Add zbus to newer Debian

This commit is contained in:
Dorota Czaplejewicz
2022-04-13 17:26:59 +00:00
parent f6724c0948
commit dae324f86d
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
# For the newer-than-Byzantium config
bitflags = "1.3.*"
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]
version = "0.14.*"