Rename folder: primitives/sr-primitives -> primitives/runtime (#4280)

* primitives/sr-primitives -> primitives/runtime

* update
This commit is contained in:
Weiliang Li
2019-12-09 16:49:32 +09:00
committed by Bastian Köcher
parent 94b6921d03
commit 04fcc71809
117 changed files with 845 additions and 765 deletions
+2 -3
View File
@@ -8,10 +8,9 @@ edition = "2018"
log = "0.4.8"
lru = "0.4.0"
parking_lot = "0.9.0"
derive_more = "0.99.2"
derive_more = "0.99.2"
parity-scale-codec = { version = "1.0.0", default-features = false, features = ["derive"] }
sp_consensus = { package = "sp-consensus", path = "../consensus/common" }
sp-runtime = { path = "../sr-primitives" }
sp-runtime = { path = "../runtime" }
sp-block-builder-runtime-api = { package = "sp-block-builder", path = "../block-builder/runtime-api" }
sp-state-machine = { package = "sp-state-machine", path = "../state-machine" }