We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b34a6f commit 71f0425Copy full SHA for 71f0425
tools/witx/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "witx"
3
-version = "0.8.6"
+version = "0.8.7"
4
description = "Parse and validate witx file format"
5
homepage = "https://github.com/WebAssembly/WASI"
6
repository = "https://github.com/WebAssembly/WASI"
@@ -17,7 +17,7 @@ crate-type=["rlib"]
17
anyhow = "1"
18
log = "0.4"
19
thiserror = "1.0"
20
-wast = { version = "20.0.0", default-features = false }
+wast = { version = "22.0.0", default-features = false }
21
22
[dev-dependencies]
23
diff = "0.1.11"
0 commit comments