diff --git a/lib/wast/Cargo.toml b/lib/wast/Cargo.toml index 14c117f8c3..a91b6c8bd2 100644 --- a/lib/wast/Cargo.toml +++ b/lib/wast/Cargo.toml @@ -21,7 +21,7 @@ wabt = "0.7" target-lexicon = "0.2.0" failure = { 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] maintenance = { status = "experimental" }