Re-update the wat crate (#935)

This was accidentally downgraded as part of #926, but we want to be sure
to pull in wast 7.0.0!
This commit is contained in:
Alex Crichton
2020-02-11 16:09:07 -08:00
committed by GitHub
parent ca509f8c29
commit d7c9a90df9
2 changed files with 4 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ cfg-if = "0.1.9"
backtrace = "0.3.42"
rustc-demangle = "0.1.16"
lazy_static = "1.4"
wat = { version = "1.0.7", optional = true }
wat = { version = "1.0.8", optional = true }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.7"