Remove cycling dependency from sp-api (#4343)

This commit is contained in:
Bastian Köcher
2019-12-10 12:02:10 +01:00
committed by GitHub
parent ddfdd091ba
commit 057e298b1f
6 changed files with 162 additions and 165 deletions
@@ -14,12 +14,6 @@ proc-macro2 = "1.0.6"
blake2-rfc = "0.2.18"
proc-macro-crate = "0.1.4"
[dev-dependencies]
sp-api = { path = ".." }
sp-runtime = { path = "../../runtime" }
sp-version = { path = "../../sr-version" }
test-client = { package = "substrate-test-runtime-client", path = "../../../test/utils/runtime/client" }
# Required for the doc tests
[features]
default = [ "std" ]