mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Update to lastest substrate master (#1101)
This commit is contained in:
committed by
GitHub
parent
c45b14d1f3
commit
41f234f39d
Generated
+140
-147
File diff suppressed because it is too large
Load Diff
@@ -23,8 +23,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.5.0"
|
||||
kvdb-memorydb = "0.5.0"
|
||||
kvdb = "0.6.0"
|
||||
kvdb-memorydb = "0.6.0"
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
kvdb-rocksdb = "0.7.0"
|
||||
kvdb-rocksdb = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user