Update rust toolchain to 1.79 #176

Merged
wojtek merged 3 commits from 174---update-rust-toolchain-to-1.79-in-ci into main 2024-06-16 16:38:36 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5d21655239 - Show all commits

View File

@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.75 FROM docker.io/library/rust:1.79
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.75 container: docker.io/drrobot/musichoard-ci:rust-1.79
env: env:
BEETSDIR: ./ BEETSDIR: ./
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw