chore(ci): bump rust version
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/push/clippy Pipeline failed Details
ci/woodpecker/push/lint Pipeline was successful Details

pull/11/head
Jef Roosens 2024-07-07 10:53:16 +02:00
parent 052fb75ff9
commit a67c33bff2
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
3 changed files with 4 additions and 4 deletions

View File

@ -3,11 +3,11 @@ platform: 'linux/amd64'
when:
branch:
exclude: [main]
event: [push, pull_request]
event: push
steps:
build:
image: 'rust:1.70-alpine3.18'
image: 'rust:1.79-alpine3.19'
commands:
- apk add --no-cache build-base libarchive libarchive-dev
- cargo build --verbose

View File

@ -7,7 +7,7 @@ when:
steps:
clippy:
image: 'rust:1.70-alpine3.18'
image: 'rust:1.79-alpine3.19'
commands:
- rustup component add clippy
- cargo clippy -- --no-deps -Dwarnings

View File

@ -7,7 +7,7 @@ when:
steps:
lint:
image: 'rust:1.70-alpine3.18'
image: 'rust:1.79-alpine3.19'
commands:
- rustup component add rustfmt
- cargo fmt -- --check