Skip to content

Commit

Permalink
downgrade rust on gh action to 1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Jul 4, 2023
1 parent 7ad7404 commit b4c1647
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 @@ -19,7 +19,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.69.0
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down

0 comments on commit b4c1647

Please sign in to comment.