Skip to content

Commit 7e0de57

Browse files
authored
Switch to Rust 1.64 (#816)
1 parent f90248d commit 7e0de57

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions-rs/toolchain@v1
4040
with:
4141
profile: minimal
42-
toolchain: nightly-2022-05-15
42+
toolchain: nightly-2022-08-05
4343
components: rustfmt
4444
target: wasm32-unknown-unknown
4545
default: true

.github/workflows/master.yml.disabled

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions-rs/toolchain@v1
1717
with:
1818
profile: minimal
19-
toolchain: nightly-2022-05-15
19+
toolchain: nightly-2022-08-05
2020
override: true
2121
default: true
2222
- name: Install cargo-unleash

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions-rs/toolchain@v1
3434
with:
3535
profile: minimal
36-
toolchain: nightly-2022-05-15
36+
toolchain: nightly-2022-08-05
3737
components: rustfmt
3838
target: wasm32-unknown-unknown
3939
override: true

0 commit comments

Comments
 (0)