Updating rust in woodpecker images to 1.94

This commit is contained in:
Gregory Ballantine
2026-03-25 22:42:08 -04:00
parent 5d3184a836
commit 2987406ba2

View File

@@ -1,13 +1,13 @@
pipeline: pipeline:
tests: tests:
image: rust:1.80 image: rust:1.94
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.80 image: rust:1.94
commands: commands:
- "cargo install cargo-deb cargo-generate-rpm" - "cargo install cargo-deb cargo-generate-rpm"
- "cargo build --release" - "cargo build --release"