Skip to content

Commit e62c352

Browse files
committed
bump(cargo): update all dependencies
1 parent 73aded3 commit e62c352

2 files changed

Lines changed: 424 additions & 349 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ jobs:
3030
- name: Set up Rust
3131
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
3232

33-
- name: Install trunk, wasm-bindgen-cli and wasm target
33+
- name: Install trunk and wasm target
3434
run: |
3535
rustup target add wasm32-unknown-unknown
3636
cargo install trunk --locked --force
37-
cargo install wasm-bindgen-cli --force
3837
3938
- name: Clean cargo cache and target directory
4039
run: |
@@ -96,10 +95,9 @@ jobs:
9695
- name: Add wasm32 target
9796
run: rustup target add wasm32-unknown-unknown
9897

99-
- name: Install trunk and wasm-bindgen-cli
98+
- name: Install trunk
10099
run: |
101100
cargo install trunk --locked --force
102-
cargo install wasm-bindgen-cli --force
103101
104102
- name: Create static directory
105103
run: mkdir -p rustmail/static

0 commit comments

Comments
 (0)