We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8adf6a commit f44f446Copy full SHA for f44f446
.github/workflows/ci.yml
@@ -25,11 +25,11 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v5
28
- - uses: ilammy/setup-nasm@v1
29
- uses: dtolnay/rust-toolchain@stable
30
with:
31
components: clippy
32
toolchain: 1.89.0 # MSRV check
+ - uses: ilammy/setup-nasm@v1
33
- uses: Swatinem/rust-cache@v2
34
- name: Linting
35
run: cargo clippy --all-targets --all-features -- -D warnings
@@ -52,6 +52,9 @@ jobs:
52
53
54
55
+ with:
56
+ toolchain: 1.89.0 # MSRV check
57
58
59
- run: cargo fetch
60
- name: cargo publish
0 commit comments