Update wasi submodule (#1345)

* Update wasi submodule

Removes some dependencies from the `witx` crate since WebAssembly/WASI#243

* Don't pull witx from two places

* Update submodule again
This commit is contained in:
Alex Crichton
2020-03-18 09:39:50 -05:00
committed by GitHub
parent f12fb29ae1
commit 381d43e40e
5 changed files with 8 additions and 22 deletions

22
Cargo.lock generated
View File

@@ -2655,7 +2655,7 @@ dependencies = [
"heck",
"proc-macro2",
"quote",
"witx 0.8.3",
"witx",
]
[[package]]
@@ -2667,7 +2667,7 @@ dependencies = [
"wiggle-generate",
"wiggle-runtime",
"wiggle-test",
"witx 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
"witx",
]
[[package]]
@@ -2680,7 +2680,7 @@ dependencies = [
"quote",
"syn",
"wiggle-runtime",
"witx 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
"witx",
]
[[package]]
@@ -2740,7 +2740,7 @@ dependencies = [
[[package]]
name = "witx"
version = "0.8.3"
version = "0.8.4"
dependencies = [
"anyhow",
"diff",
@@ -2751,20 +2751,6 @@ dependencies = [
"wast",
]
[[package]]
name = "witx"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f30f6e46362ed8a64e6b4ff8b7a63006462933a8100c19df39caa333e35ed95"
dependencies = [
"anyhow",
"log",
"pretty_env_logger",
"structopt",
"thiserror",
"wast",
]
[[package]]
name = "yanix"
version = "0.12.0"