core/network: Fix bad import %s/runtime_primitives/sr_primitives/ (#3236)

* core/network: Fix bad import %s/runtime_primitives/sr_primitives/

* Cargo.lock: Update consensus-common-primitives parity-codec version

* core/consensus/common: Remove obsolete package path
This commit is contained in:
Max Inden
2019-07-29 15:55:57 +02:00
committed by Pierre Krieger
parent 79feb23a22
commit c9c0ad4756
5 changed files with 5 additions and 5 deletions
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
parity-codec = { version = "4.1.1", default-features = false }
client = { package = "substrate-client", path = "../../../client", default-features = false }
sr-primitives = { package = "sr-primitives", path = "../../../sr-primitives", default-features = false }
sr-primitives = { path = "../../../sr-primitives", default-features = false }
rstd = { package = "sr-std", path = "../../../sr-std", default-features = false }
[features]