Skip to content

Commit 60fafc3

Browse files
authored
Merge pull request bytecodealliance#78 from eqrion/version-bump
Bump wast/wat versions
2 parents 513c099 + 6422562 commit 60fafc3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "22.0.0"
3+
version = "23.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.23"
3+
version = "1.0.24"
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 = '22.0.0' }
16+
wast = { path = '../wast', version = '23.0.0' }

0 commit comments

Comments
 (0)