wasmtime-wast: bump wast dependency to 22.0.0

This commit is contained in:
Pat Hickey
2020-08-17 15:17:39 -07:00
parent 19e2a46aaf
commit a8ecb451f1
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.19"
wasmtime = { path = "../wasmtime", version = "0.19.0", default-features = false }
wast = "21.0.0"
wast = "22.0.0"
[badges]
maintenance = { status = "actively-developed" }