Skip to content

Commit

Permalink
ci: try switching back to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Sep 5, 2024
1 parent d7eeede commit 8faa9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
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
target: wasm32-unknown-unknown
override: true
- name: Download and install Trunk binary
Expand Down

0 comments on commit 8faa9fb

Please sign in to comment.