bump to latest wasi submodule
witx is now 0.8.6.
This commit is contained in:
15
Cargo.lock
generated
15
Cargo.lock
generated
@@ -2644,7 +2644,7 @@ version = "0.19.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"wasmtime",
|
||||
"wast 21.0.0",
|
||||
"wast 22.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2668,15 +2668,6 @@ dependencies = [
|
||||
"witx",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wast"
|
||||
version = "11.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "df4d67ba9266f4fcaf2e8a1afadc5e2a959e51aecc07b1ecbdf85a6ddaf08bde"
|
||||
dependencies = [
|
||||
"leb128",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wast"
|
||||
version = "21.0.0"
|
||||
@@ -2803,7 +2794,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "witx"
|
||||
version = "0.8.5"
|
||||
version = "0.8.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"diff",
|
||||
@@ -2811,7 +2802,7 @@ dependencies = [
|
||||
"pretty_env_logger",
|
||||
"structopt",
|
||||
"thiserror",
|
||||
"wast 11.0.0",
|
||||
"wast 22.0.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Submodule crates/wasi-common/WASI updated: 2b027d91c2...71f0425147
@@ -18,7 +18,7 @@ test = false
|
||||
quote = "1.0.2"
|
||||
proc-macro2 = "1.0.6"
|
||||
heck = "0.3.1"
|
||||
witx = { path = "../WASI/tools/witx", version = "0.8.5" }
|
||||
witx = { path = "../WASI/tools/witx", version = "0.8.7" }
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
@@ -12,7 +12,7 @@ include = ["src/**/*", "LICENSE"]
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1"
|
||||
witx = { path = "../wasi-common/WASI/tools/witx", version = "0.8.5", optional = true }
|
||||
witx = { path = "../wasi-common/WASI/tools/witx", version = "0.8.7", optional = true }
|
||||
wiggle-macro = { path = "macro", version = "0.19.0" }
|
||||
tracing = "0.1.15"
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE"]
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
witx = { version = "0.8.5", path = "../../wasi-common/WASI/tools/witx" }
|
||||
witx = { version = "0.8.7", path = "../../wasi-common/WASI/tools/witx" }
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
heck = "0.3"
|
||||
|
||||
@@ -22,7 +22,7 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
wiggle-generate = { path = "../generate", version = "0.19.0" }
|
||||
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.5" }
|
||||
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.7" }
|
||||
quote = "1.0"
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE"]
|
||||
[dependencies]
|
||||
wasmtime = { path = "../../wasmtime", version = "0.19.0", default-features = false }
|
||||
wasmtime-wiggle-macro = { path = "./macro", version = "0.19.0" }
|
||||
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.5", optional = true }
|
||||
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.7", optional = true }
|
||||
wiggle = { path = "..", version = "0.19.0" }
|
||||
|
||||
[badges]
|
||||
|
||||
@@ -15,7 +15,7 @@ proc-macro = true
|
||||
test = false
|
||||
|
||||
[dependencies]
|
||||
witx = { path = "../../../wasi-common/WASI/tools/witx", version = "0.8.5" }
|
||||
witx = { path = "../../../wasi-common/WASI/tools/witx", version = "0.8.7" }
|
||||
wiggle-generate = { path = "../../generate", version = "0.19.0" }
|
||||
quote = "1.0"
|
||||
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
||||
|
||||
Reference in New Issue
Block a user