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

View File

@@ -17,7 +17,7 @@ proc-macro = true
quote = "1.0.2"
proc-macro2 = "1.0.6"
heck = "0.3.1"
witx = { path = "WASI/tools/witx", version = "0.8.0" }
witx = { path = "WASI/tools/witx", version = "0.8.4" }
[badges]
maintenance = { status = "actively-developed" }

View File

@@ -16,7 +16,7 @@ proc-macro = true
[dependencies]
wiggle-generate = { path = "crates/generate", version = "0.1.0" }
witx = "0.8.3"
witx = { path = "../wasi-common/wig/WASI/tools/witx", version = "0.8.4" }
syn = { version = "1.0", features = ["full"] }
[dev-dependencies]

View File

@@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE"]
[dependencies]
wiggle-runtime = { path = "../runtime", version = "0.1.0" }
witx = "0.8.3"
witx = { version = "0.8.4", path = "../../../wasi-common/wig/WASI/tools/witx" }
quote = "1.0"
proc-macro2 = "1.0"
heck = "0.3"