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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user