ci: update stable Rust version to 1.91

Closes #12013
This commit is contained in:
Daniel Rainer
2025-10-31 17:57:06 +01:00
committed by Johannes Altmanninger
parent 6422139fe0
commit 2d1c34c36a

View File

@@ -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"