Skip to content

Commit b009997

Browse files
committed
ci: update version of rust for deployment
1 parent 95a5aa7 commit b009997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions-rs/toolchain@v1 # get rust toolchain for wasm
2727
with:
2828
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
29+
toolchain: stable
3030
target: wasm32-unknown-unknown
3131
override: true
3232
- name: Download and install Trunk binary

0 commit comments

Comments
 (0)