Update rust toolchain to 1.80 #180

Merged
wojtek merged 6 commits from 179---update-rust-toolchain-to-1.80-in-ci into main 2024-08-24 15:10:54 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit c195655089 - Show all commits

View File

@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.79
FROM docker.io/library/rust:1.80
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.79
container: docker.io/drrobot/musichoard-ci:rust-1.80
env:
BEETSDIR: ./
LLVM_PROFILE_FILE: target/debug/profraw/musichoard-%p-%m.profraw
@ -48,7 +48,7 @@ jobs:
lint:
name: Lint
container: docker.io/drrobot/musichoard-ci:rust-1.75
container: docker.io/drrobot/musichoard-ci:rust-1.80
steps:
- uses: actions/checkout@v3
- run: cargo clippy --no-default-features --all-targets -- -D warnings