Skip to content

Commit c972dea

Browse files
authored
Bump wat, wast, wasmparser, and wasmprinter (bytecodealliance#228)
1 parent b5c3d98 commit c972dea

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

crates/wasmparser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmparser"
3-
version = "0.74.0"
3+
version = "0.75.0"
44
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
55
license = "Apache-2.0 WITH LLVM-exception"
66
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser"

crates/wasmprinter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmprinter"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
edition = "2018"
66
license = "Apache-2.0 WITH LLVM-exception"
@@ -14,7 +14,7 @@ Rust converter from the WebAssembly binary format to the text format.
1414

1515
[dependencies]
1616
anyhow = "1.0"
17-
wasmparser = { path = '../wasmparser', version = '0.74' }
17+
wasmparser = { path = '../wasmparser', version = '0.75' }
1818

1919
[dev-dependencies]
2020
diff = "0.1"

crates/wast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wast"
3-
version = "33.0.0"
3+
version = "34.0.0"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
edition = "2018"
66
license = "Apache-2.0 WITH LLVM-exception"

crates/wat/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wat"
3-
version = "1.0.34"
3+
version = "1.0.35"
44
authors = ["Alex Crichton <alex@alexcrichton.com>"]
55
edition = "2018"
66
license = "Apache-2.0 WITH LLVM-exception"
@@ -13,4 +13,4 @@ Rust parser for the WebAssembly Text format, WAT
1313
"""
1414

1515
[dependencies]
16-
wast = { path = '../wast', version = '33.0.0' }
16+
wast = { path = '../wast', version = '34.0.0' }

0 commit comments

Comments
 (0)