Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmishra2005 committed Dec 31, 2024
1 parent 8a6699d commit 399eee2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13,327 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.81.0
toolchain: 1.79.0
override: true
target: wasm32-unknown-unknown
components: rust-src
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
toolchain: 1.79.0
override: true
target: wasm32-unknown-unknown
components: rust-src
Expand All @@ -101,7 +101,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
toolchain: 1.79.0
override: true
target: wasm32-unknown-unknown
components: rust-src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install toolchain and rust-src
uses: actions-rs/toolchain@v1
with:
toolchain: 1.81.0
toolchain: 1.79.0
override: true
target: wasm32-unknown-unknown
components: rust-src
Expand Down
Loading

0 comments on commit 399eee2

Please sign in to comment.