Skip to content

Commit b9ddeee

Browse files
committed
Bump walrus to v0.20
1 parent 54e0aa6 commit b9ddeee

File tree

8 files changed

+12
-7
lines changed

8 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
* Add additional constructor to `DataView` for `SharedArrayBuffer`.
99
[#3695](https://github.com/rustwasm/wasm-bindgen/pull/3695)
1010

11+
### Fixed
12+
13+
* The DWARF section is now correctly modified instead of leaving it in a broken state.
14+
[#3483](https://github.com/rustwasm/wasm-bindgen/pull/3483)
15+
1116
## [0.2.88](https://github.com/rustwasm/wasm-bindgen/compare/0.2.87...0.2.88)
1217

1318
Released 2023-11-01

crates/cli-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ log = "0.4"
1919
rustc-demangle = "0.1.13"
2020
serde_json = "1.0"
2121
tempfile = "3.0"
22-
walrus = "0.19.0"
22+
walrus = "0.20.2"
2323
wasm-bindgen-externref-xform = { path = '../externref-xform', version = '=0.2.88' }
2424
wasm-bindgen-multi-value-xform = { path = '../multi-value-xform', version = '=0.2.88' }
2525
wasm-bindgen-shared = { path = "../shared", version = '=0.2.88' }

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ureq = { version = "2.7", default-features = false, features = [
3333
"brotli",
3434
"gzip",
3535
] }
36-
walrus = { version = "0.19.0", features = ['parallel'] }
36+
walrus = { version = "0.20.2", features = ['parallel'] }
3737
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.88" }
3838
wasm-bindgen-shared = { path = "../shared", version = "=0.2.88" }
3939

crates/externref-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.57"
1414

1515
[dependencies]
1616
anyhow = "1.0"
17-
walrus = "0.19.0"
17+
walrus = "0.20.2"
1818

1919
[dev-dependencies]
2020
rayon = "1.0"

crates/multi-value-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.57"
1414

1515
[dependencies]
1616
anyhow = "1.0"
17-
walrus = "0.19.0"
17+
walrus = "0.20.2"
1818

1919
[dev-dependencies]
2020
rayon = "1.0"

crates/threads-xform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.57"
1414

1515
[dependencies]
1616
anyhow = "1.0"
17-
walrus = "0.19.0"
17+
walrus = "0.20.2"
1818
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.88" }
1919

2020
[dev-dependencies]

crates/wasm-conventions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ edition = "2018"
1111
rust-version = "1.57"
1212

1313
[dependencies]
14-
walrus = "0.19.0"
14+
walrus = "0.20.2"
1515
anyhow = "1.0"

crates/wasm-interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.57"
1515
[dependencies]
1616
anyhow = "1.0"
1717
log = "0.4"
18-
walrus = "0.19.0"
18+
walrus = "0.20.2"
1919
wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "0.2.88" }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)