From a92579d934541800921ab756b7640e1cc79396ab Mon Sep 17 00:00:00 2001 From: mulhern Date: Sat, 9 Aug 2025 13:30:20 -0400 Subject: [PATCH] github actions: Update recommended Rust to 1.89.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 784dd39..a447801 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v4 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index f2ccb9c..65a5c42 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -30,7 +30,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v4 with: @@ -53,4 +53,4 @@ jobs: uses: obi1kenobi/cargo-semver-checks-action@v2 with: verbose: true - rust-toolchain: 1.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + rust-toolchain: 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN