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

@@ -7,21 +7,12 @@ publish = false
[package.metadata]
cargo-fuzz = true
[dependencies.cargo-fuzz]
version = "*"
[dependencies.binaryen]
git = "https://github.com/pepyakin/binaryen-rs.git"
version = "*"
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
[dependencies.cretonne-wasm]
path = "../lib/wasm"
[dependencies.target-lexicon]
version = "0.0.1"
[dependencies]
cargo-fuzz = "*"
binaryen = { git = "https://github.com/pepyakin/binaryen-rs.git" }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
cretonne-wasm = { path = "../lib/wasm" }
target-lexicon = "0.0.2"
# Prevent this from interfering with workspaces
[workspace]