Skip to content

Commit

Permalink
Revert "ci: Freeze rustc for nightly web builds to 1.81.0"
Browse files Browse the repository at this point in the history
This reverts commit c8ded2e.
  • Loading branch information
torokati44 authored and danielhjacobs committed Jan 10, 2025
1 parent 4ee4466 commit 51f18f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ jobs:
uses: actions/checkout@v4

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.81.0
toolchain: stable
targets: wasm32-unknown-unknown
components: rust-src

Expand Down

0 comments on commit 51f18f6

Please sign in to comment.