Update to lastest substrate master (#1101)

This commit is contained in:
Benjamin Kampmann
2020-05-15 11:37:24 +02:00
committed by GitHub
parent c45b14d1f3
commit 41f234f39d
2 changed files with 143 additions and 150 deletions
+140 -147
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -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"