Update rust toolchain to 1.80
This commit is contained in:
parent
f395433343
commit
c195655089
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/rust:1.79
|
FROM docker.io/library/rust:1.80
|
||||||
|
|
||||||
RUN rustup component add \
|
RUN rustup component add \
|
||||||
clippy \
|
clippy \
|
||||||
|
@ -13,7 +13,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
name: Build and Test
|
name: Build and Test
|
||||||
container: docker.io/drrobot/musichoard-ci:rust-1.79
|
container: docker.io/drrobot/musichoard-ci:rust-1.80
|
||||||
env:
|
env:
|
||||||
BEETSDIR: ./
|
BEETSDIR: ./
|
||||||
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw
|
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: Lint
|
name: Lint
|
||||||
container: docker.io/drrobot/musichoard-ci:rust-1.75
|
container: docker.io/drrobot/musichoard-ci:rust-1.80
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: cargo clippy --no-default-features --all-targets -- -D warnings
|
- run: cargo clippy --no-default-features --all-targets -- -D warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user