From 0d5ba615247a9836723fbfde3082d1f8bed66651 Mon Sep 17 00:00:00 2001 From: mulhern Date: Fri, 12 Dec 2025 10:28:22 -0500 Subject: [PATCH] github actions: Update recommended Rust to 1.92.0 Signed-off-by: mulhern --- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde1a6e..afcec54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v6 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2360961..e154f67 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v6 with: @@ -56,4 +56,4 @@ jobs: uses: obi1kenobi/cargo-semver-checks-action@v2 with: verbose: true - rust-toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + rust-toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN