Cleaning deps + satisfy `cargo build --release --all-targets --all-fe… (#1587)

* Cleaning deps + satisfy `cargo build --release --all-targets --all-features`

* PR fixes
This commit is contained in:
Branislav Kontur
2022-10-03 11:02:12 +02:00
committed by Bastian Köcher
parent 43afa02372
commit d64815cdef
23 changed files with 11 additions and 134 deletions
@@ -10,7 +10,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
# Bridge Dependencies
bp-polkadot-core = { path = "../polkadot-core", default-features = false }
bp-rococo = { path = "../chain-rococo", default-features = false }
bp-runtime = { path = "../runtime", default-features = false }
# Substrate Based Dependencies
@@ -21,6 +20,5 @@ default = ["std"]
std = [
"bp-polkadot-core/std",
"bp-runtime/std",
"bp-rococo/std",
"sp-api/std",
]