From e7d80a255538e75855b0445d2e299d3e8620288f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sun, 10 Mar 2024 11:57:37 +0100 Subject: [PATCH] cargo: Be more strict with clap Newer versions fail to build as they require newer rustc Part-of: --- Cargo.deps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.deps b/Cargo.deps index 5442112b..5bbaffc4 100644 --- a/Cargo.deps +++ b/Cargo.deps @@ -2,7 +2,7 @@ # For the newer-than-Byzantium config bitflags = "1.3.*" -clap = { version = "4.*", features=["std"], default-features = false } +clap = { version = "4.4.*", features=["std"], default-features = false } zbus = "1.9.*" zvariant = "2.10.*" # Newer versions seem to confuse the version of Cargo on Debian Bullseye