mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 07:17:56 +00:00
deduplicate parity-util-mem (#926)
This commit is contained in:
Generated
+126
-187
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user