Skip to content

Commit 93fc4b8

Browse files
committed
Use a stable version for cargo lint
When a new rust version releases, CI shouldn't fail because of new rules
1 parent 863eef5 commit 93fc4b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust-bindings.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ jobs:
5151

5252
lint:
5353
name: cargo:lint
54-
strategy:
55-
fail-fast: false
5654
runs-on: ubuntu-latest
5755
steps:
5856
- uses: actions/checkout@v6
@@ -64,7 +62,7 @@ jobs:
6462
- name: Set up Rust
6563
uses: dtolnay/rust-toolchain@master
6664
with:
67-
toolchain: stable
65+
toolchain: "1.91.1"
6866
components: clippy, rustfmt
6967
- uses: actions/cache@v5
7068
with:

0 commit comments

Comments
 (0)