Upgrading Rust version used in CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
597b64c9c5
commit
1cc8306fec
@ -1,13 +1,13 @@
|
||||
pipeline:
|
||||
tests:
|
||||
image: rust:1.63
|
||||
image: rust:1.75
|
||||
commands:
|
||||
- "apt update"
|
||||
- "apt install -y lsof"
|
||||
- "cargo test"
|
||||
|
||||
build_release:
|
||||
image: rust:1.63
|
||||
image: rust:1.75
|
||||
commands:
|
||||
- "cargo install cargo-deb cargo-generate-rpm"
|
||||
- "cargo build --release"
|
||||
|
Loading…
Reference in New Issue
Block a user