Skip to content
Snippets Groups Projects
Commit 41f234f3 authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

Update to lastest substrate master (#1101)

parent c45b14d1
Branches
No related merge requests found
This diff is collapsed.
......@@ -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"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment