Update to wasmparser 0.22.

This commit is contained in:
Dan Gohman
2018-11-26 04:10:50 -08:00
parent df2b610304
commit f823526a42

View File

@@ -14,7 +14,10 @@ cranelift-codegen = "0.24.0"
cranelift-wasm = "0.24.0" cranelift-wasm = "0.24.0"
cranelift-native = "0.24.0" cranelift-native = "0.24.0"
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" } libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
wasmparser = { version = "0.17.2", default-features = false } wasmparser = { version = "0.22.0", default-features = false }
[features]
default = ["wasmparser/core"]
# Prevent this from interfering with workspaces # Prevent this from interfering with workspaces
[workspace] [workspace]