Skip to content

Commit d598ca9

Browse files
torokati44danielhjacobs
authored andcommitted
Revert "ci: Freeze rustc for nightly web builds to 1.81.0"
This reverts commit c8ded2e.
1 parent 4ee4466 commit d598ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ jobs:
332332
uses: actions/checkout@v4
333333

334334
- name: Install Rust toolchain
335-
uses: dtolnay/rust-toolchain@master
335+
uses: dtolnay/rust-toolchain@stable
336336
with:
337-
toolchain: 1.81.0
337+
toolchain: stable
338338
targets: wasm32-unknown-unknown
339339
components: rust-src
340340

0 commit comments

Comments
 (0)