Downgrade memory-db in test-runtime to fix WASM compilation (#3010)

* Downgrade `memory-db` in `test-runtime` to fix WASM compilation

* Remove unneeded `memory-db` dependency

* Update `Cargo.lock`
This commit is contained in:
Bastian Köcher
2019-07-03 21:26:36 +02:00
committed by GitHub
parent e9864b94a3
commit 4fe9e8732f
3 changed files with 4 additions and 31 deletions
-2
View File
@@ -21,7 +21,6 @@ runtime_version = { package = "sr-version", path = "../sr-version", default-feat
runtime_support = { package = "srml-support", path = "../../srml/support", default-features = false }
substrate-trie = { path = "../trie", default-features = false }
trie-db = { version = "0.12", default-features = false }
memory-db = { version = "0.12", default-features = false }
offchain-primitives = { package = "substrate-offchain-primitives", path = "../offchain/primitives", default-features = false}
executive = { package = "srml-executive", path = "../../srml/executive", default-features = false }
cfg-if = "0.1.6"
@@ -53,7 +52,6 @@ std = [
"primitives/std",
"substrate-trie/std",
"trie-db/std",
"memory-db/std",
"offchain-primitives/std",
"executive/std",
]