Skip to content

Commit 8faa9fb

Browse files
committed
ci: try switching back to stable
1 parent d7eeede commit 8faa9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- uses: actions-rs/toolchain@v1
103103
with:
104104
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
105+
toolchain: stable
106106
target: wasm32-unknown-unknown
107107
override: true
108108
- name: Download and install Trunk binary

0 commit comments

Comments
 (0)