From dc1728083eae08407e6932093d08a048c38f76bc Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 5 Mar 2026 14:14:27 -0500 Subject: [PATCH] github actions: Update recommended Rust to 1.94.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 85e8327..04e9685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.94.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 c5f2297..2537e09 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.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v6 with: @@ -55,4 +55,4 @@ jobs: uses: obi1kenobi/cargo-semver-checks-action@v2 with: verbose: true - rust-toolchain: 1.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + rust-toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN