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

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