Skip to content

Commit c1edbc4

Browse files
author
ajsteadman
committed
updated deploy.yml trunk and wasm-blindgen versions
1 parent 5b17a7a commit c1edbc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
rustup update nightly-2024-06-20
1919
rustup default nightly-2024-06-20
2020
rustup target add wasm32-unknown-unknown
21-
cargo install trunk --force
22-
cargo install wasm-bindgen-cli --locked --force
21+
cargo install trunk --version 0.21.2 --locked
22+
cargo install wasm-bindgen-cli --version 0.2.92 --locked
2323
2424
- name: Build the project with Trunk
2525
run: trunk build --release

0 commit comments

Comments
 (0)