cargo: Be more strict with clap
Newer versions fail to build as they require newer rustc Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/620>
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
# For the newer-than-Byzantium config
|
# For the newer-than-Byzantium config
|
||||||
|
|
||||||
bitflags = "1.3.*"
|
bitflags = "1.3.*"
|
||||||
clap = { version = "4.*", features=["std"], default-features = false }
|
clap = { version = "4.4.*", features=["std"], default-features = false }
|
||||||
zbus = "1.9.*"
|
zbus = "1.9.*"
|
||||||
zvariant = "2.10.*"
|
zvariant = "2.10.*"
|
||||||
# Newer versions seem to confuse the version of Cargo on Debian Bullseye
|
# Newer versions seem to confuse the version of Cargo on Debian Bullseye
|
||||||
|
|||||||
Reference in New Issue
Block a user