We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863eef5 commit 93fc4b8Copy full SHA for 93fc4b8
1 file changed
.github/workflows/rust-bindings.yml
@@ -51,8 +51,6 @@ jobs:
51
52
lint:
53
name: cargo:lint
54
- strategy:
55
- fail-fast: false
56
runs-on: ubuntu-latest
57
steps:
58
- uses: actions/checkout@v6
@@ -64,7 +62,7 @@ jobs:
64
62
- name: Set up Rust
65
63
uses: dtolnay/rust-toolchain@master
66
with:
67
- toolchain: stable
+ toolchain: "1.91.1"
68
components: clippy, rustfmt
69
- uses: actions/cache@v5
70
0 commit comments