Update to wabt 0.7.0.

This commit is contained in:
Dan Gohman
2018-11-06 13:24:06 -08:00
parent bcbb2d01cc
commit 9e084dbadc
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ clap = "2.32.0"
serde = "1.0.8"
term = "0.5.1"
capstone = { version = "0.5.0", optional = true }
wabt = { version = "0.6", optional = true }
wabt = { version = "0.7.0", optional = true }
target-lexicon = "0.0.3"
pretty_env_logger = "0.2.4"
file-per-thread-logger = "0.1.1"