Skip to content

Commit 4fa4f4a

Browse files
author
Pat Hickey
authored
witx crate: bump dep version, crate version (#291)
* witx: update wast dependency to 20.0.0 * bump witx crate version to 0.8.6
1 parent ecda51c commit 4fa4f4a

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.5"
3+
version = "0.8.6"
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 = "11.0.0", default-features = false }
20+
wast = { version = "20.0.0", default-features = false }
2121

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

0 commit comments

Comments
 (0)