chore(ci): bump rust version
parent
052fb75ff9
commit
a67c33bff2
|
@ -3,11 +3,11 @@ platform: 'linux/amd64'
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
exclude: [main]
|
exclude: [main]
|
||||||
event: [push, pull_request]
|
event: push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: 'rust:1.70-alpine3.18'
|
image: 'rust:1.79-alpine3.19'
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache build-base libarchive libarchive-dev
|
- apk add --no-cache build-base libarchive libarchive-dev
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
|
|
|
@ -7,7 +7,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
clippy:
|
clippy:
|
||||||
image: 'rust:1.70-alpine3.18'
|
image: 'rust:1.79-alpine3.19'
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy
|
- rustup component add clippy
|
||||||
- cargo clippy -- --no-deps -Dwarnings
|
- cargo clippy -- --no-deps -Dwarnings
|
||||||
|
|
|
@ -7,7 +7,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
lint:
|
lint:
|
||||||
image: 'rust:1.70-alpine3.18'
|
image: 'rust:1.79-alpine3.19'
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
|
Loading…
Reference in New Issue