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

View File

@@ -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" }

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"] }

View File

@@ -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]

View File

@@ -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"] }