From f0b4c87eb5327132a4c32c88941fa84adcb96c01 Mon Sep 17 00:00:00 2001 From: Robert Habermeier <rphmeier@gmail.com> Date: Tue, 15 Jan 2019 17:44:54 -0300 Subject: [PATCH] set wasmi version 0.4.3 in Cargo.toml (#1452) --- substrate/core/executor/Cargo.toml | 2 +- substrate/core/primitives/Cargo.toml | 2 +- substrate/core/sr-sandbox/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/substrate/core/executor/Cargo.toml b/substrate/core/executor/Cargo.toml index aec2ccd2d45..f7e261f4e84 100644 --- a/substrate/core/executor/Cargo.toml +++ b/substrate/core/executor/Cargo.toml @@ -14,7 +14,7 @@ substrate-state-machine = { path = "../state-machine" } sr-version = { path = "../sr-version" } serde = "1.0" serde_derive = "1.0" -wasmi = { version = "0.4.2" } +wasmi = { version = "0.4.3" } byteorder = "1.1" lazy_static = "1.0" parking_lot = "0.7.1" diff --git a/substrate/core/primitives/Cargo.toml b/substrate/core/primitives/Cargo.toml index edd0f3731bc..39e65889f5e 100644 --- a/substrate/core/primitives/Cargo.toml +++ b/substrate/core/primitives/Cargo.toml @@ -14,7 +14,7 @@ twox-hash = { version = "1.1.0", optional = true } byteorder = { version = "1.1", default-features = false } primitive-types = { version = "0.1", default-features = false, features = ["codec"] } impl-serde = { version = "0.1", optional = true } -wasmi = { version = "0.4.2", optional = true } +wasmi = { version = "0.4.3", optional = true } hash-db = { git = "https://github.com/paritytech/trie", default-features = false } hash256-std-hasher = { git = "https://github.com/paritytech/trie", default-features = false } ring = { version = "0.13", optional = true } diff --git a/substrate/core/sr-sandbox/Cargo.toml b/substrate/core/sr-sandbox/Cargo.toml index caa6552fbf1..28450cacb4c 100755 --- a/substrate/core/sr-sandbox/Cargo.toml +++ b/substrate/core/sr-sandbox/Cargo.toml @@ -8,7 +8,7 @@ build = "build.rs" rustc_version = "0.2" [dependencies] -wasmi = { version = "0.4.2", optional = true } +wasmi = { version = "0.4.3", optional = true } substrate-primitives = { path = "../primitives", default-features = false } sr-std = { path = "../sr-std", default-features = false } parity-codec = { version = "2.1", default-features = false } -- GitLab