Skip to content

Commit 71f0425

Browse files
author
Pat Hickey
authored
latest wast in witx (#311)
* witx: bump wast dependency to 22.0.0 * witx: bump crate version to 0.8.7
1 parent 6b34a6f commit 71f0425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/witx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "witx"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
description = "Parse and validate witx file format"
55
homepage = "https://github.com/WebAssembly/WASI"
66
repository = "https://github.com/WebAssembly/WASI"
@@ -17,7 +17,7 @@ crate-type=["rlib"]
1717
anyhow = "1"
1818
log = "0.4"
1919
thiserror = "1.0"
20-
wast = { version = "20.0.0", default-features = false }
20+
wast = { version = "22.0.0", default-features = false }
2121

2222
[dev-dependencies]
2323
diff = "0.1.11"

0 commit comments

Comments
 (0)