CI: target bookworm for "future" job

Bookworm will be the basis for the next PureOS.
Plus, there was some persistent network error when running sid jobs.
This commit is contained in:
Dorota Czaplejewicz
2022-09-02 09:33:54 +00:00
parent c7344aeb47
commit 7c17f64517
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Dependencies which change based on build flags
# For the newer-than-Byzantium config
bitflags = "1.3.*"
clap = { version = "3.1.*", features=["std"], default-features = false }
clap = { version = "3.2.*", features=["std"], default-features = false }
zbus = "1.9.*"
zvariant = "2.10.*"
# Newer versions seem to confuse the version of Cargo on Debian Bullseye