We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99a545 commit be2dd35Copy full SHA for be2dd35
.github/workflows/rust.yml
@@ -19,6 +19,6 @@ jobs:
19
- uses: actions/checkout@v3
20
- uses: actions-rs/toolchain@v1
21
with:
22
- toolchain-name: stable
+ toolchain: stable
23
- run: cargo install wasm-pack
24
- run: wasm-pack build
0 commit comments