We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0c9ee commit c1f2d55Copy full SHA for c1f2d55
.github/workflows/cargo.yml
@@ -39,7 +39,7 @@ jobs:
39
if: runner.os == 'Windows'
40
uses: ilammy/setup-nasm@72793074d3c8cdda771dba85f6deafe00623038b
41
- name: Install Rust
42
- uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
+ uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
43
with:
44
toolchain: 1.86.0
45
components: rustfmt, clippy
@@ -98,7 +98,7 @@ jobs:
98
- name: Checkout repository
99
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
100
101
102
103
104
0 commit comments