Update dependency versions.

This commit is contained in:
Dan Gohman
2018-07-13 16:31:20 -07:00
parent f833d25ad1
commit 8930cb1b5d
8 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ cargo-fuzz = "*"
binaryen = { git = "https://github.com/pepyakin/binaryen-rs.git" }
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
cranelift-wasm = { path = "../lib/wasm" }
target-lexicon = "0.0.2"
target-lexicon = "0.0.3"
# Prevent this from interfering with workspaces
[workspace]