set wasmi version 0.4.3 in Cargo.toml (#1452)

This commit is contained in:
Robert Habermeier
2019-01-15 17:44:54 -03:00
committed by Sergei Pepyakin
parent 753ba7306a
commit f0b4c87eb5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 }