From 9d1c7f11e2e713f9dfb908ec5fb3d90fd1158164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Audiger?= Date: Fri, 20 Mar 2026 19:34:10 +0100 Subject: [PATCH 1/2] build: update Rust version to 1.94 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémy Audiger --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e665c8..a4235ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace.package] edition = "2024" -rust-version = "1.93" # To align with the rust-toolchain.toml +rust-version = "1.94" # To align with the rust-toolchain.toml [workspace] members = [ diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ce6beb7..a943876 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.93" +channel = "1.94" profile = "default" targets = ["x86_64-unknown-linux-musl"] From 1c320e8bb61f06d5ec96f8b92d036ca6eb242849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Audiger?= Date: Fri, 20 Mar 2026 19:35:37 +0100 Subject: [PATCH 2/2] build: update Rust nightly toolchain to 2026-03-15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémy Audiger --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8686c8c..2b4da3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} env: - NIGHTLY_TOOLCHAIN: nightly-2026-01-05 + NIGHTLY_TOOLCHAIN: nightly-2026-03-15 # Default environment variables for Cargo CARGO_INCREMENTAL: "0" CARGO_PROFILE_DEV_DEBUG: "false"