Skip to content

Commit b99e74c

Browse files
committed
swap out rust toolchain to maintained repo
1 parent 7fade24 commit b99e74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions-rs/toolchain@v1
13+
- uses: dtolnay/rust-toolchain@stable
1414
with:
1515
toolchain: 1.65
16-
target: wasm32-unknown-unknown
16+
targets: wasm32-unknown-unknown
1717

1818
- run: rustc --version
1919
- run: cargo --version

0 commit comments

Comments
 (0)