Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Jan 8, 2025
1 parent 16ff726 commit 58f96d9
Show file tree
Hide file tree
Showing 21 changed files with 780 additions and 529 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install toolchain and rust-src
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.81.0
override: true
target: wasm32-unknown-unknown
components: rust-src
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.81.0
override: true
target: wasm32-unknown-unknown
components: rust-src
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79.0
toolchain: 1.81.0
override: true
target: wasm32-unknown-unknown
components: rust-src
Expand Down
Loading

0 comments on commit 58f96d9

Please sign in to comment.