From cfaa522d683f8cb663ecdd55c5a093d440495bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 16 Jan 2024 16:36:54 +0100 Subject: [PATCH] Bump the Rust version to 1.75.0 --- .github/workflows/test-suite.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index ed9cafa79..6da13da80 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -164,7 +164,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.71.1 + toolchain: 1.75.0 override: true components: clippy - name: Cache dependencies diff --git a/Dockerfile b/Dockerfile index 2cc1dcaec..dd2cfc134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Compile -FROM rust:1.71.1-alpine3.18 AS compiler +FROM rust:1.75.0-alpine3.18 AS compiler RUN apk add -q --update-cache --no-cache build-base openssl-dev