mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Rename folder: primitives/sr-primitives -> primitives/runtime (#4280)
* primitives/sr-primitives -> primitives/runtime * update
This commit is contained in:
committed by
Bastian Köcher
parent
94b6921d03
commit
04fcc71809
@@ -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" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user