bump to latest wasi submodule
witx is now 0.8.6.
This commit is contained in:
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