bump to latest wasi submodule

witx is now 0.8.6.
This commit is contained in:
Pat Hickey
2020-08-17 15:05:16 -07:00
parent 7fdbd081e6
commit 19e2a46aaf
8 changed files with 10 additions and 19 deletions

15
Cargo.lock generated
View File

@@ -2644,7 +2644,7 @@ version = "0.19.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"wasmtime", "wasmtime",
"wast 21.0.0", "wast 22.0.0",
] ]
[[package]] [[package]]
@@ -2668,15 +2668,6 @@ dependencies = [
"witx", "witx",
] ]
[[package]]
name = "wast"
version = "11.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df4d67ba9266f4fcaf2e8a1afadc5e2a959e51aecc07b1ecbdf85a6ddaf08bde"
dependencies = [
"leb128",
]
[[package]] [[package]]
name = "wast" name = "wast"
version = "21.0.0" version = "21.0.0"
@@ -2803,7 +2794,7 @@ dependencies = [
[[package]] [[package]]
name = "witx" name = "witx"
version = "0.8.5" version = "0.8.7"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"diff", "diff",
@@ -2811,7 +2802,7 @@ dependencies = [
"pretty_env_logger", "pretty_env_logger",
"structopt", "structopt",
"thiserror", "thiserror",
"wast 11.0.0", "wast 22.0.0",
] ]
[[package]] [[package]]

View File

@@ -18,7 +18,7 @@ test = false
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.5" } witx = { path = "../WASI/tools/witx", version = "0.8.7" }
[badges] [badges]
maintenance = { status = "actively-developed" } maintenance = { status = "actively-developed" }

View File

@@ -12,7 +12,7 @@ include = ["src/**/*", "LICENSE"]
[dependencies] [dependencies]
thiserror = "1" 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" } wiggle-macro = { path = "macro", version = "0.19.0" }
tracing = "0.1.15" tracing = "0.1.15"

View File

@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE"]
[lib] [lib]
[dependencies] [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" quote = "1.0"
proc-macro2 = "1.0" proc-macro2 = "1.0"
heck = "0.3" heck = "0.3"

View File

@@ -22,7 +22,7 @@ doctest = false
[dependencies] [dependencies]
wiggle-generate = { path = "../generate", version = "0.19.0" } 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" quote = "1.0"
syn = { version = "1.0", features = ["full"] } syn = { version = "1.0", features = ["full"] }

View File

@@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE"]
[dependencies] [dependencies]
wasmtime = { path = "../../wasmtime", version = "0.19.0", default-features = false } wasmtime = { path = "../../wasmtime", version = "0.19.0", default-features = false }
wasmtime-wiggle-macro = { path = "./macro", version = "0.19.0" } 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" } wiggle = { path = "..", version = "0.19.0" }
[badges] [badges]

View File

@@ -15,7 +15,7 @@ proc-macro = true
test = false test = false
[dependencies] [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" } wiggle-generate = { path = "../../generate", version = "0.19.0" }
quote = "1.0" quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] } syn = { version = "1.0", features = ["full", "extra-traits"] }