Unverified Commit 18b84761 authored by Andronik Ordian's avatar Andronik Ordian Committed by GitHub
Browse files

deduplicate parity-util-mem (#926)

parent b3611713
Pipeline #84135 passed with stages
in 25 minutes and 16 seconds
This diff is collapsed.
...@@ -24,8 +24,8 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "mas ...@@ -24,8 +24,8 @@ sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "mas
sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
keystore = { package = "sc-keystore", 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" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
kvdb = "0.4.0" kvdb = "0.5.0"
kvdb-memorydb = "0.4.0" kvdb-memorydb = "0.5.0"
[target.'cfg(not(target_os = "unknown"))'.dependencies] [target.'cfg(not(target_os = "unknown"))'.dependencies]
kvdb-rocksdb = "0.6.0" kvdb-rocksdb = "0.7.0"
Supports Markdown
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