From 2ffdb74d51e2d693ac7707f3464d2ece46207615 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Fri, 21 Aug 2020 15:46:54 -0700 Subject: [PATCH] Bump wasmparser to 0.62.0 --- crates/wasmparser/Cargo.toml | 2 +- crates/wasmprinter/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/wasmparser/Cargo.toml b/crates/wasmparser/Cargo.toml index 9b6da0152a..04a8a94b98 100644 --- a/crates/wasmparser/Cargo.toml +++ b/crates/wasmparser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmparser" -version = "0.61.0" +version = "0.62.0" authors = ["Yury Delendik "] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser" diff --git a/crates/wasmprinter/Cargo.toml b/crates/wasmprinter/Cargo.toml index c5d91117eb..58fe69abaf 100644 --- a/crates/wasmprinter/Cargo.toml +++ b/crates/wasmprinter/Cargo.toml @@ -14,7 +14,7 @@ Rust converter from the WebAssembly binary format to the text format. [dependencies] anyhow = "1.0" -wasmparser = { path = '../wasmparser', version = '0.61' } +wasmparser = { path = '../wasmparser', version = '0.62' } [dev-dependencies] diff = "0.1"