Update rust toolchain to 1.79
Some checks failed
Cargo CI / Build and Test (pull_request) Failing after 2m44s
Cargo CI / Lint (pull_request) Successful in 1m43s

This commit is contained in:
Wojciech Kozlowski 2024-06-16 12:08:34 +02:00
parent a062817ae7
commit f1824a5d5b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.75
FROM docker.io/library/rust:1.79
RUN rustup component add \
clippy \

View File

@ -13,7 +13,7 @@ env:
jobs:
build_and_test:
name: Build and Test
container: docker.io/drrobot/musichoard-ci:rust-1.75
container: docker.io/drrobot/musichoard-ci:rust-1.79
env:
BEETSDIR: ./
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw