Update to wasmparser 0.23.0.

This commit is contained in:
Dan Gohman
2019-01-03 07:04:53 -08:00
parent 63c9143e87
commit b704f5ad30

View File

@@ -21,7 +21,7 @@ wabt = "0.7"
target-lexicon = "0.2.0" target-lexicon = "0.2.0"
failure = { version = "0.1.3", default-features = false } failure = { version = "0.1.3", default-features = false }
failure_derive = { version = "0.1.3", default-features = false } failure_derive = { version = "0.1.3", default-features = false }
wasmparser = { git = "https://github.com/sunfishcode/wasmparser.rs", branch = "export-operator-validator-config" } wasmparser = "0.23.0"
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }