Update kvdb version in availability-store (#709)

* update availability store

* also fix warning

* update Cargo.lock
This commit is contained in:
Nikolay Volf
2020-01-03 21:31:04 +03:00
committed by Gavin Wood
parent 11b1bf230e
commit 9a9bbd1c2d
4 changed files with 50 additions and 12 deletions
+3 -3
View File
@@ -25,8 +25,8 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "pol
sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
keystore = { package = "sc-keystore", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
kvdb = "0.1.1"
kvdb-memorydb = "0.1.2"
kvdb = "0.2.0"
kvdb-memorydb = "0.2.0"
[target.'cfg(not(target_os = "unknown"))'.dependencies]
kvdb-rocksdb = "0.2"
kvdb-rocksdb = "0.3"