Skip to content

Commit bbd19bf

Browse files
authored
Bump wasmparser/wasmprinter versions (bytecodealliance#126)
1 parent 4496d13 commit bbd19bf

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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.64.0"
3+
version = "0.65.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.11"
3+
version = "0.2.12"
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.64' }
17+
wasmparser = { path = '../wasmparser', version = '0.65' }
1818

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

0 commit comments

Comments
 (0)