Skip to content

Commit 46bf0f1

Browse files
committed
up nightly
1 parent 3ace35d commit 46bf0f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
target: wasm32-unknown-unknown
2727
components: rust-src
28-
toolchain: nightly-2024-01-01
28+
toolchain: nightly-2024-07-25
2929

3030
- uses: Swatinem/rust-cache@v2
3131

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
target: wasm32-unknown-unknown
3434
components: rust-src
35-
toolchain: nightly-2024-01-01
35+
toolchain: nightly-2024-07-25
3636

3737
- uses: Swatinem/rust-cache@v2
3838
with:

.github/workflows/gas-bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
target: wasm32-unknown-unknown
2727
components: rust-src
28-
toolchain: nightly-2024-01-01
28+
toolchain: nightly-2024-07-25
2929

3030
- uses: Swatinem/rust-cache@v2
3131
with:

0 commit comments

Comments
 (0)