Update to wasmparser 0.29.2 and the latest spec_testsuite.

This commit is contained in:
Dan Gohman
2019-02-21 20:24:20 -08:00
parent a94d3587e6
commit c7d0eb22d1
4 changed files with 5 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ cranelift-codegen = "0.28.0"
cranelift-wasm = "0.28.0"
cranelift-native = "0.28.0"
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
wasmparser = { version = "0.23.0", default-features = false }
wasmparser = { version = "0.29.2", default-features = false }
binaryen = "0.5.0"
[features]