Skip to content

Commit 00eb043

Browse files
Merge pull request #78 from Chia-Network/EL.rust-action
Stop using deprecated rust action
2 parents 75ece8a + bc55478 commit 00eb043

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ jobs:
2020
with:
2121
node-version: 16
2222
- name: Install latest nightly
23-
uses: actions-rs/toolchain@v1
23+
uses: dtolnay/rust-toolchain@stable
2424
with:
25-
toolchain: stable
2625
target: wasm32-unknown-unknown
27-
override: true
2826
components: rustfmt
2927
- name: Install wasm-pack
3028
run: |

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
with:
2727
node-version: 16
2828
- name: Install latest nightly
29-
uses: actions-rs/toolchain@v1
29+
uses: dtolnay/rust-toolchain@stable
3030
with:
31-
toolchain: stable
3231
target: wasm32-unknown-unknown
33-
override: true
3432
components: rustfmt
3533
- name: Install wasm-pack
3634
run: |

.github/workflows/wasm-test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ jobs:
2626
with:
2727
node-version: 16
2828
- name: Install latest nightly
29-
uses: actions-rs/toolchain@v1
29+
uses: dtolnay/rust-toolchain@stable
3030
with:
31-
toolchain: stable
3231
target: wasm32-unknown-unknown
33-
override: true
3432
components: rustfmt
3533
- name: Install wasm-pack
3634
run: |

0 commit comments

Comments
 (0)