bump witx dep to 0.8.5

This commit is contained in:
Pat Hickey
2020-04-06 13:40:40 -07:00
parent a9835186d4
commit 415b19f2d1
5 changed files with 12 additions and 54 deletions

View File

@@ -17,7 +17,7 @@ proc-macro = true
quote = "1.0.2"
proc-macro2 = "1.0.6"
heck = "0.3.1"
witx = { path = "../WASI/tools/witx", version = "0.8.4" }
witx = { path = "../WASI/tools/witx", version = "0.8.5" }
[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.4", optional = true }
witx = { path = "../wasi-common/WASI/tools/witx", version = "0.8.5", optional = true }
wiggle-macro = { path = "macro", version = "0.15.0" }
[badges]

View File

@@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE"]
[lib]
[dependencies]
witx = { version = "0.8.4", path = "../../wasi-common/WASI/tools/witx" }
witx = { version = "0.8.5", path = "../../wasi-common/WASI/tools/witx" }
quote = "1.0"
proc-macro2 = "1.0"
heck = "0.3"

View File

@@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
wiggle-generate = { path = "../generate", version = "0.15.0" }
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.4" }
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.5" }
syn = { version = "1.0", features = ["full"] }
[dev-dependencies]