chore(ci): bump rust version
parent
052fb75ff9
commit
a67c33bff2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue