Skip to content

Commit

Permalink
downgrade toolschains
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhanu committed Apr 6, 2023
1 parent b47d062 commit 8542e52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2022-12-04
override: true
components: rustfmt, clippy
target: wasm32-unknown-unknown
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-03-15
toolchain: nightly-2022-12-04
target: wasm32-unknown-unknown
override: true
default: true
Expand Down

0 comments on commit 8542e52

Please sign in to comment.