Fix CI (use newer rustc)

This commit is contained in:
hu55a1n1 2023-11-15 14:46:48 -08:00
parent 4b8d055c77
commit 45b3623178

View file

@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: 1.60.0 toolchain: 1.73.0
target: wasm32-unknown-unknown target: wasm32-unknown-unknown
override: true override: true
@ -48,7 +48,7 @@ jobs:
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: 1.60.0 toolchain: 1.73.0
override: true override: true
components: rustfmt, clippy components: rustfmt, clippy