Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Dec 9, 2024
1 parent 474935e commit 28d07c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.67.0
override: true
- run: cargo install wasm-pack --version 0.10.3
- uses: actions-rs/cargo@v1
Expand All @@ -53,7 +53,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.67.0
override: true
- run: rustup component add rustfmt clippy
- uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 28d07c5

Please sign in to comment.