From f1824a5d5b81868d656b61c76cf810acf1acd91c Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sun, 16 Jun 2024 12:08:34 +0200 Subject: [PATCH] Update rust toolchain to 1.79 --- .gitea/images/Dockerfile | 2 +- .gitea/workflows/gitea-ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/images/Dockerfile b/.gitea/images/Dockerfile index 069c3de..08c03a3 100644 --- a/.gitea/images/Dockerfile +++ b/.gitea/images/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/rust:1.75 +FROM docker.io/library/rust:1.79 RUN rustup component add \ clippy \ diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 256d779..b7dabfb 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -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