deduplicate parity-util-mem (#926)

This commit is contained in:
Andronik Ordian
2020-03-23 08:57:15 +01:00
committed by GitHub
parent 88ba024489
commit d348fed02e
2 changed files with 129 additions and 190 deletions
+126 -187
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -24,8 +24,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.4.0"
kvdb-memorydb = "0.4.0"
kvdb = "0.5.0"
kvdb-memorydb = "0.5.0"
[target.'cfg(not(target_os = "unknown"))'.dependencies]
kvdb-rocksdb = "0.6.0"
kvdb-rocksdb = "0.7.0"