diff --git a/.github/workflows/rust-bindings.yml b/.github/workflows/rust-bindings.yml index 359c459992..51e90fdaf0 100644 --- a/.github/workflows/rust-bindings.yml +++ b/.github/workflows/rust-bindings.yml @@ -51,8 +51,6 @@ jobs: lint: name: cargo:lint - strategy: - fail-fast: false runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 @@ -64,7 +62,7 @@ jobs: - name: Set up Rust uses: dtolnay/rust-toolchain@master with: - toolchain: stable + toolchain: "1.91.1" components: clippy, rustfmt - uses: actions/cache@v5 with: