bump witx dep to 0.8.5
This commit is contained in:
@@ -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" }
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user