Skip to content

Commit

Permalink
Bump wat, wast, wasmparser, and wasmprinter (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurydelendik authored Feb 4, 2021
1 parent 7433b4b commit c2dbd4d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/wasmparser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmparser"
version = "0.73.1"
version = "0.74.0"
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser"
Expand Down
4 changes: 2 additions & 2 deletions crates/wasmprinter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmprinter"
version = "0.2.21"
version = "0.2.22"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
Expand All @@ -14,7 +14,7 @@ Rust converter from the WebAssembly binary format to the text format.

[dependencies]
anyhow = "1.0"
wasmparser = { path = '../wasmparser', version = '0.73' }
wasmparser = { path = '../wasmparser', version = '0.74' }

[dev-dependencies]
diff = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/wast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wast"
version = "32.0.0"
version = "33.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
Expand Down
4 changes: 2 additions & 2 deletions crates/wat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wat"
version = "1.0.33"
version = "1.0.34"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
Expand All @@ -13,4 +13,4 @@ Rust parser for the WebAssembly Text format, WAT
"""

[dependencies]
wast = { path = '../wast', version = '32.0.0' }
wast = { path = '../wast', version = '33.0.0' }

0 comments on commit c2dbd4d

Please sign in to comment.