Use jmalloc, align kvdb crate version. (#883)

Co-authored-by: cheme <emericchevalier.pro@gmail.com>
This commit is contained in:
Gavin Wood
2020-03-05 23:39:10 +01:00
committed by GitHub
parent e13fdc884c
commit bae2e79da3
3 changed files with 36 additions and 61 deletions
+3 -3
View File
@@ -24,8 +24,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.3.1"
kvdb-memorydb = "0.3.1"
kvdb = "0.4.0"
kvdb-memorydb = "0.4.0"
[target.'cfg(not(target_os = "unknown"))'.dependencies]
kvdb-rocksdb = "0.4.1"
kvdb-rocksdb = "0.5.0"