Skip to content

Commit 98a61e8

Browse files
committed
chore(cargo.lock): update wasm-bindgen to 0.2.106 (fixes v0 mangling)
1 parent 9686c50 commit 98a61e8

3 files changed

Lines changed: 27 additions & 31 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
3838
- name: Build frontend
3939
working-directory: rustmail_panel
40-
env:
41-
RUSTFLAGS: '-Csymbol-mangling-version=legacy -Zunstable-options'
4240
run: trunk build --release --dist ../rustmail/static --config Trunk.toml
4341

4442
- name: Build Rust backend
@@ -100,8 +98,6 @@ jobs:
10098

10199
- name: Build frontend
102100
working-directory: rustmail_panel
103-
env:
104-
RUSTFLAGS: '-Csymbol-mangling-version=legacy -Zunstable-options'
105101
run: trunk build --release --dist ../rustmail/static --config Trunk.toml
106102

107103
- name: Verify static files were created

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustmail_panel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde_json = "1.0.145"
1616
i18nrs = { version = "0.1.7", features = ["yew"] }
1717
serde = { version = "1.0.228", features = ["derive"] }
1818
js-sys = "0.3.82"
19-
wasm-bindgen = "0.2.100"
19+
wasm-bindgen = "0.2.106"
2020
urlencoding = "2.1.3"
2121
ammonia = "4.1.2"
2222
pulldown-cmark = "0.13.0"

0 commit comments

Comments
 (0)