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 20bd1d8 commit 3ef432fCopy full SHA for 3ef432f
1 file changed
.github/workflows/ci.yml
@@ -20,9 +20,10 @@ jobs:
20
steps:
21
- uses: actions/checkout@v6
22
23
- - name: Install Rust (nightly)
24
- uses: dtolnay/rust-toolchain@nightly
+ - name: Install Rust
+ uses: dtolnay/rust-toolchain@master
25
with:
26
+ toolchain: nightly-2026-01-30
27
components: rustfmt, clippy
28
targets: wasm32-unknown-unknown
29
@@ -42,9 +43,10 @@ jobs:
42
43
44
45
46
47
48
49
50
51
52
- name: Cache Rust dependencies
0 commit comments