Skip to content
Snippets Groups Projects
Commit d348fed0 authored by ordian's avatar ordian Committed by GitHub
Browse files

deduplicate parity-util-mem (#926)

parent 88ba0244
No related merge requests found
This diff is collapsed.
......@@ -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"
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