Skip to content

Commit 12ca745

Browse files
authored
wasmparser version 0.69.0 (#159)
* wasmparser version 0.69.0 * bump wast/wat
1 parent 864816a commit 12ca745

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

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

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.68.0"
3+
version = "0.69.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.15"
3+
version = "0.2.16"
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.68' }
17+
wasmparser = { path = '../wasmparser', version = '0.69' }
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 = "27.0.0"
3+
version = "28.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.28"
3+
version = "1.0.29"
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 = '27.0.0' }
16+
wast = { path = '../wast', version = '28.0.0' }

0 commit comments

Comments
 (0)