Companion for #6584 (#1373)

* Companion for #6584

https://github.com/paritytech/substrate/pull/6584

* updating sp-io

* Update dev-dependency, too

* update lockfile

Co-authored-by: Benjamin Kampmann <ben@gnunicorn.org>
This commit is contained in:
Bastian Köcher
2020-07-08 11:42:46 +02:00
committed by GitHub
parent c9046d9686
commit 61ba45aaad
4 changed files with 182 additions and 179 deletions
+3 -3
View File
@@ -23,8 +23,8 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "mas
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
kvdb = "0.6.0"
kvdb-memorydb = "0.6.0"
kvdb = "0.7.0"
kvdb-memorydb = "0.7.0"
[target.'cfg(not(target_os = "unknown"))'.dependencies]
kvdb-rocksdb = "0.8.0"
kvdb-rocksdb = "0.9.0"