Fix CI (use newer rustc)
This commit is contained in:
parent
4b8d055c77
commit
45b3623178
1 changed files with 2 additions and 2 deletions
4
bisenzone-cw-mvp/.github/workflows/Basic.yml
vendored
4
bisenzone-cw-mvp/.github/workflows/Basic.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue