From dda76d7f186184a7e9dd436a3c8ecbd077889f3b Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 19 Apr 2026 15:45:47 +0800 Subject: [PATCH] Update to Rust 1.95 --- .github/actions/rust-toolchain/action.yml | 2 +- .github/workflows/lint-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/rust-toolchain/action.yml b/.github/actions/rust-toolchain/action.yml index cd1bc1304..c0e87105f 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.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" diff --git a/.github/workflows/lint-dependencies.yml b/.github/workflows/lint-dependencies.yml index 6ab631056..d301d782d 100644 --- a/.github/workflows/lint-dependencies.yml +++ b/.github/workflows/lint-dependencies.yml @@ -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