mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
set wasmi version 0.4.3 in Cargo.toml (#1452)
This commit is contained in:
committed by
Sergei Pepyakin
parent
753ba7306a
commit
f0b4c87eb5
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user