From d5d00c6290784417fe7aaf53a5109b38ebdae1ab Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 5 Mar 2026 14:10:40 -0500 Subject: [PATCH] github actions: Update recommended Rust to 1.94.0 Signed-off-by: mulhern --- .github/workflows/cargo.yml | 2 +- .github/workflows/main.yml | 6 +++--- .github/workflows/nightly.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index b774b7cc..6accf440 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -42,7 +42,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/main.yml b/.github/workflows/main.yml index d76bdb48..4e4b874c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: format: env: TASK: fmt-ci - TOOLCHAIN: 1.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + TOOLCHAIN: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-22.04 steps: - name: Install git @@ -39,7 +39,7 @@ jobs: lint: env: TASK: clippy - TOOLCHAIN: 1.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + TOOLCHAIN: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-22.04 steps: - name: Install git @@ -59,7 +59,7 @@ jobs: typos: env: TASK: check-typos - TOOLCHAIN: 1.93.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + TOOLCHAIN: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN runs-on: ubuntu-22.04 steps: - name: Install git diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 14ed4d57..4775d9c3 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -21,7 +21,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: Install dependencies run: sudo apt-get install libcryptsetup-dev - uses: baptiste0928/cargo-install@v3 @@ -54,7 +54,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: @@ -88,10 +88,10 @@ 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 manifest-path: libcryptsetup-rs-sys - name: Do semantic version checks 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