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
-1
View File
@@ -4682,7 +4682,6 @@ version = "2.0.0"
dependencies = [
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"memory-db 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-codec 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-io 2.0.0",