Skip to content

Commit

Permalink
let else stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckram123 committed Jan 10, 2023
1 parent 517861b commit 572c81f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
target: wasm32-unknown-unknown
override: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gas_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
target: wasm32-unknown-unknown
override: true

Expand Down

0 comments on commit 572c81f

Please sign in to comment.