Updating woodpecker images to rust 1.80
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-07-14 12:40:19 -04:00
parent 144ce0885c
commit 5d3184a836

View File

@ -1,13 +1,13 @@
pipeline: pipeline:
tests: tests:
image: rust:1.75 image: rust:1.80
commands: commands:
- "apt update" - "apt update"
- "apt install -y lsof" - "apt install -y lsof"
- "cargo test" - "cargo test"
build_release: build_release:
image: rust:1.75 image: rust:1.80
commands: commands:
- "cargo install cargo-deb cargo-generate-rpm" - "cargo install cargo-deb cargo-generate-rpm"
- "cargo build --release" - "cargo build --release"