Removed subdb dependency (#5646)

This commit is contained in:
Arkadiy Paronyan
2020-04-15 15:55:45 +02:00
committed by GitHub
parent 91af5b6fcc
commit 24fc051c86
2 changed files with 3 additions and 75 deletions
-1
View File
@@ -35,7 +35,6 @@ sp-consensus = { version = "0.8.0-dev", path = "../../primitives/consensus/commo
sp-blockchain = { version = "2.0.0-dev", path = "../../primitives/blockchain" }
sp-database = { version = "2.0.0-dev", path = "../../primitives/database" }
parity-db = { version = "0.1", optional = true }
subdb = { git = "https://github.com/paritytech/subdb", optional = true }
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.8.0-dev", path = "../../utils/prometheus" }
[dev-dependencies]