From 2d1c34c36a42e4a5e7058c8fb49061589aeb8317 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Fri, 31 Oct 2025 17:57:06 +0100 Subject: [PATCH] ci: update stable Rust version to 1.91 Closes #12013 --- .github/actions/rust-toolchain/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/rust-toolchain/action.yml b/.github/actions/rust-toolchain/action.yml index f90d7bcfd..7ff01d09f 100644 --- a/.github/actions/rust-toolchain/action.yml +++ b/.github/actions/rust-toolchain/action.yml @@ -25,7 +25,7 @@ runs: set -x toolchain=$( case "$toolchain_channel" in - (stable) echo 1.90 ;; + (stable) echo 1.91 ;; (msrv) echo 1.85 ;; (*) printf >&2 "error: unsupported toolchain channel %s" "$toolchain_channel"