Skip to content

Commit

Permalink
chore(workflow)-update-toolchain-versions (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zageron authored May 8, 2024
1 parent 4299f08 commit c3b5852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
override: true
profile: minimal
target: wasm32-unknown-unknown
toolchain: nightly-2023-07-22
toolchain: nightly-2024-05-05

- uses: davidB/rust-cargo-make@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
override: true
profile: minimal
target: wasm32-unknown-unknown
toolchain: nightly-2023-07-22
toolchain: nightly-2024-05-05

- name: Setup Pages
if: ${{ !env.ACT }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
override: true
profile: minimal
target: ${{ matrix.target }}
toolchain: nightly-2023-07-22
toolchain: nightly-2024-05-05

- uses: davidB/rust-cargo-make@v1
with:
Expand Down

0 comments on commit c3b5852

Please sign in to comment.