Skip to content

Commit

Permalink
Update libs and rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Sep 28, 2024
1 parent 76b7dfe commit bddf8e4
Show file tree
Hide file tree
Showing 5 changed files with 669 additions and 570 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Install dependencies
run: |
sudo npm i -g -y wasm-pack
rustup toolchain install nightly-2023-03-28-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-2023-03-28-x86_64-unknown-linux-gnu
rustup toolchain install nightly-2024-09-05-x86_64-unknown-linux-gnu
rustup component add rust-src --toolchain nightly-2024-09-05-x86_64-unknown-linux-gnu
- name: Build
run: make pack
- name: Run tests
Expand Down
Loading

0 comments on commit bddf8e4

Please sign in to comment.