Skip to content

Commit

Permalink
witx crate: bump dep version, crate version (WebAssembly#291)
Browse files Browse the repository at this point in the history
* witx: update wast dependency to 20.0.0

* bump witx crate version to 0.8.6
  • Loading branch information
Pat Hickey authored Jun 23, 2020
1 parent ecda51c commit 4fa4f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/witx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "witx"
version = "0.8.5"
version = "0.8.6"
description = "Parse and validate witx file format"
homepage = "https://github.com/WebAssembly/WASI"
repository = "https://github.com/WebAssembly/WASI"
Expand All @@ -17,7 +17,7 @@ crate-type=["rlib"]
anyhow = "1"
log = "0.4"
thiserror = "1.0"
wast = { version = "11.0.0", default-features = false }
wast = { version = "20.0.0", default-features = false }

[dev-dependencies]
diff = "0.1.11"
Expand Down

0 comments on commit 4fa4f4a

Please sign in to comment.