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:
22
Cargo.lock
generated
22
Cargo.lock
generated
@@ -2655,7 +2655,7 @@ dependencies = [
|
|||||||
"heck",
|
"heck",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"witx 0.8.3",
|
"witx",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2667,7 +2667,7 @@ dependencies = [
|
|||||||
"wiggle-generate",
|
"wiggle-generate",
|
||||||
"wiggle-runtime",
|
"wiggle-runtime",
|
||||||
"wiggle-test",
|
"wiggle-test",
|
||||||
"witx 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"witx",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2680,7 +2680,7 @@ dependencies = [
|
|||||||
"quote",
|
"quote",
|
||||||
"syn",
|
"syn",
|
||||||
"wiggle-runtime",
|
"wiggle-runtime",
|
||||||
"witx 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"witx",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -2740,7 +2740,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "witx"
|
name = "witx"
|
||||||
version = "0.8.3"
|
version = "0.8.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"diff",
|
"diff",
|
||||||
@@ -2751,20 +2751,6 @@ dependencies = [
|
|||||||
"wast",
|
"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]]
|
[[package]]
|
||||||
name = "yanix"
|
name = "yanix"
|
||||||
version = "0.12.0"
|
version = "0.12.0"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ proc-macro = true
|
|||||||
quote = "1.0.2"
|
quote = "1.0.2"
|
||||||
proc-macro2 = "1.0.6"
|
proc-macro2 = "1.0.6"
|
||||||
heck = "0.3.1"
|
heck = "0.3.1"
|
||||||
witx = { path = "WASI/tools/witx", version = "0.8.0" }
|
witx = { path = "WASI/tools/witx", version = "0.8.4" }
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|||||||
Submodule crates/wasi-common/wig/WASI updated: d5b0c23ed2...068b282abf
@@ -16,7 +16,7 @@ proc-macro = true
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wiggle-generate = { path = "crates/generate", version = "0.1.0" }
|
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"] }
|
syn = { version = "1.0", features = ["full"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wiggle-runtime = { path = "../runtime", version = "0.1.0" }
|
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"
|
quote = "1.0"
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
heck = "0.3"
|
heck = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user