We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d638e0 commit 625d769Copy full SHA for 625d769
.github/workflows/ci.yml
@@ -259,7 +259,7 @@ jobs:
259
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
260
261
- name: Install Rust toolchain
262
- run: rustup update nightly && rustup target add --toolchain stable wasm32v1-none
+ run: rustup update nightly && rustup target add --toolchain nightly wasm32v1-none
263
264
- name: No features
265
run: cargo +nightly build -Z avoid-dev-deps --target wasm32v1-none --no-default-features
0 commit comments