Bump rust version to help woodpecker out
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details

main
Joey Hines 2024-04-28 15:51:30 -06:00
parent cc1b569607
commit 67d5bdfcf9
Signed by: joeyahines
GPG Key ID: 995E531F7A569DDB
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ pipeline:
- "cargo build --verbose"
- "cargo clippy --workspace --tests --all-targets --all-features"
- "cargo test --workspace --no-fail-fast"
image: "rust:latest"
image: "rust:1.77-buster"
when:
event: pull_request, push
build:
commands:
- "cargo build --release"
image: "rust:latest"
image: "rust:1.77-buster"
when:
branch: main
event: push