mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Use jmalloc, align kvdb crate version. (#883)
Co-authored-by: cheme <emericchevalier.pro@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user