mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
release sp-core 7.0.0 and sp-runtime 7.0.0 (#12599)
* chore(release): sp-core v7.0.0 * chore(release): sp-runtime v7.0.0 * fix bad merge
This commit is contained in:
@@ -23,12 +23,12 @@ sc-chain-spec = { version = "4.0.0-dev", path = "../../../../client/chain-spec"
|
||||
sc-cli = { version = "0.10.0-dev", path = "../../../../client/cli" }
|
||||
sc-executor = { version = "0.10.0-dev", path = "../../../../client/executor" }
|
||||
sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../../client/service" }
|
||||
sp-core = { version = "6.0.0", path = "../../../../primitives/core" }
|
||||
sp-externalities = { version = "0.12.0", path = "../../../../primitives/externalities" }
|
||||
sp-io = { version = "6.0.0", path = "../../../../primitives/io" }
|
||||
sp-keystore = { version = "0.12.0", path = "../../../../primitives/keystore" }
|
||||
sp-runtime = { version = "6.0.0", path = "../../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.12.0", path = "../../../../primitives/state-machine" }
|
||||
sp-core = { version = "7.0.0", path = "../../../../primitives/core" }
|
||||
sp-externalities = { version = "0.13.0", path = "../../../../primitives/externalities" }
|
||||
sp-io = { version = "7.0.0", path = "../../../../primitives/io" }
|
||||
sp-keystore = { version = "0.13.0", path = "../../../../primitives/keystore" }
|
||||
sp-runtime = { version = "7.0.0", path = "../../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.13.0", path = "../../../../primitives/state-machine" }
|
||||
sp-version = { version = "5.0.0", path = "../../../../primitives/version" }
|
||||
sp-weights = { version = "4.0.0", path = "../../../../primitives/weights" }
|
||||
frame-try-runtime = { optional = true, path = "../../../../frame/try-runtime" }
|
||||
|
||||
Reference in New Issue
Block a user