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:
Guido Günther
2024-03-10 11:57:37 +01:00
committed by Marge Bot
parent 93c7d4e399
commit e7d80a2555

View File

@ -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