Update wabt to 0.4 (#389)

This fixes compilation on system with GCC 8.
This commit is contained in:
Amanieu d'Antras
2018-07-06 03:17:53 +01:00
committed by Dan Gohman
parent 5db45d26cc
commit c6badde836
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ serde = "1.0.8"
serde_derive = "1.0.8"
term = "0.5.1"
capstone = { version = "0.4", optional = true }
wabt = { version = "0.3", optional = true }
wabt = { version = "0.4", optional = true }
target-lexicon = "0.0.2"
[features]

View File

@@ -18,7 +18,7 @@ failure_derive = { version = "0.1.1", default-features = false }
target-lexicon = { version = "0.0.2", default-features = false }
[dev-dependencies]
wabt = "0.3"
wabt = "0.4"
[features]
default = ["std"]