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 95a5aa7 commit b009997Copy full SHA for b009997
.github/workflows/pages.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: actions-rs/toolchain@v1 # get rust toolchain for wasm
27
with:
28
profile: minimal
29
- toolchain: 1.73.0 # TODO 2: Switch back to stable but need higher version than 1.72 which I'm getting now for trunk
+ toolchain: stable
30
target: wasm32-unknown-unknown
31
override: true
32
- name: Download and install Trunk binary
0 commit comments