mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 10:41:01 +00:00
Move client only primitives to another dir (#9220)
* Move alloc primitive (not used in /pallets) * Move to alternative location as not shared * moved crates to different dir * ren sp_chain_spec to sc_chain_spec_primatives * merged sc-chain-spec and moved allocation up one. * no no_std * nudge * Bump CI
This commit is contained in:
@@ -25,7 +25,7 @@ parking_lot = "0.11.1"
|
||||
sp-core = { version = "3.0.0", path = "../../primitives/core" }
|
||||
sp-version = { version = "3.0.0", path = "../../primitives/version" }
|
||||
sp-runtime = { path = "../../primitives/runtime" , version = "3.0.0"}
|
||||
sp-chain-spec = { path = "../../primitives/chain-spec" , version = "3.0.0"}
|
||||
sc-chain-spec = { path = "../chain-spec" , version = "3.0.0"}
|
||||
serde = { version = "1.0.101", features = ["derive"] }
|
||||
serde_json = "1.0.41"
|
||||
sp-transaction-pool = { version = "3.0.0", path = "../../primitives/transaction-pool" }
|
||||
|
||||
Reference in New Issue
Block a user