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 d7eeede commit 8faa9fbCopy full SHA for 8faa9fb
.github/workflows/rust.yml
@@ -102,7 +102,7 @@ jobs:
102
- uses: actions-rs/toolchain@v1
103
with:
104
profile: minimal
105
- 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
106
target: wasm32-unknown-unknown
107
override: true
108
- name: Download and install Trunk binary
0 commit comments