ci: Use bookworm for online builds

PureOS carries rather old versions of rustc and cargo. Attempting to build fails at transitive dependencies, and it's easier to upgrade the compiler than to track down and hold offending depencencies as they come.
This commit is contained in:
Dorota Czaplejewicz
2022-06-29 13:00:36 +00:00
parent 0aee348e30
commit a8fe4a492e
2 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,3 @@
[patch.crates-io]
# Dependency was yanked, but gio 0.7 needs it.
fragile = { git = "https://source.puri.sm/dorota.czaplejewicz/fragile.git", tag = "0.3.0" }
# Override automatic upgrade done in serde_yaml.
[dependencies.indexmap]
version = "1.8.*"