From 08c09adbf22de719e4c29fc7ebafaf3aef1bb80b Mon Sep 17 00:00:00 2001 From: Sergei Pepyakin Date: Thu, 5 Sep 2019 23:49:30 +0200 Subject: [PATCH] Bump wasmi-validation (#209) --- Cargo.toml | 2 +- validation/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d899eef..291cdb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["wasm", "webassembly", "bytecode", "interpreter"] exclude = [ "/res/*", "/tests/*", "/fuzz/*", "/benches/*" ] [dependencies] -wasmi-validation = { version = "0.1", path = "validation", default-features = false } +wasmi-validation = { version = "0.2", path = "validation", default-features = false } parity-wasm = { version = "0.40.1", default-features = false } memory_units = "0.3.0" libm = { version = "0.1.2", optional = true } diff --git a/validation/Cargo.toml b/validation/Cargo.toml index 15a090c..577e84d 100644 --- a/validation/Cargo.toml +++ b/validation/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmi-validation" -version = "0.1.0" +version = "0.2.0" authors = ["Parity Technologies "] edition = "2018" license = "MIT/Apache-2.0"