Skip to content

Commit f0bbd4e

Browse files
authored
fix: publish workflow (#258)
1 parent 527ef9b commit f0bbd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Rust toolchain
2626
uses: dtolnay/rust-toolchain@stable
2727
with:
28-
toolchain: 1.84.0
28+
toolchain: 1.88.0
2929
targets: wasm32-unknown-unknown
3030
- name: Install wasm-pack
3131
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

0 commit comments

Comments
 (0)