Skip to content

Commit

Permalink
Bug in rust 1.73 revert to 1.72.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien committed Oct 18, 2023
1 parent faee30b commit e43f11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.72.1

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down

0 comments on commit e43f11f

Please sign in to comment.