Update to target-lexicon 0.0.2.

This fixes compilation on rust 1.22.1.
This commit is contained in:
Dan Gohman
2018-06-12 06:36:07 -07:00
parent 1b55a2d005
commit a7813c4448
8 changed files with 16 additions and 25 deletions

View File

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