Update to Rust 1.95

This commit is contained in:
Johannes Altmanninger
2026-04-19 15:45:47 +08:00
parent fdb1d95521
commit dda76d7f18
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ runs:
set -x
toolchain=$(
case "$toolchain_channel" in
(stable) echo 1.94 ;; # updatecli.d/rust.yml
(stable) echo 1.95 ;; # updatecli.d/rust.yml
(msrv) echo 1.85 ;; # updatecli.d/rust.yml
(*)
printf >&2 "error: unsupported toolchain channel %s" "$toolchain_channel"

View File

@@ -21,4 +21,4 @@ jobs:
with:
command: check licenses
arguments: --all-features --locked --exclude-dev
rust-version: 1.94 # updatecli.d/rust.yml
rust-version: 1.95 # updatecli.d/rust.yml