Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-01-16
toolchain: nightly-2022-08-14
target: x86_64-unknown-linux-gnu
components: rustfmt, clippy
default: true

- name: Install WASM target (for runtime building)
shell: bash
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2022-01-16
run: rustup target add wasm32-unknown-unknown --toolchain nightly-2022-08-14

- name: Build optimized binary
uses: actions-rs/cargo@v1
Expand Down
Loading