Update rust toolchain to 1.80
Some checks failed
Cargo CI / Build and Test (pull_request) Successful in 1m58s
Cargo CI / Lint (pull_request) Failing after 1s

This commit is contained in:
Wojciech Kozlowski 2024-08-24 14:24:05 +02:00
parent f395433343
commit 2ef01122e4
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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