Update to target_lexicon 0.2.0.

This commit is contained in:
Dan Gohman
2018-11-07 14:25:03 -08:00
parent 3409af7c07
commit b476f823d4
10 changed files with 16 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
cranelift-codegen = { path = "../lib/codegen" }
cranelift-wasm = { path = "../lib/wasm" }
cranelift-reader = { path = "../lib/reader" }
target-lexicon = "0.0.3"
target-lexicon = "0.2.0"
# Prevent this from interfering with workspaces
[workspace]