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