mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Prepare sp-runtime for publication (#10451)
* Bump versions of sp-core and dependencies to v4.0.0 * Update references from `4.0.0-dev` –> `4.0.0` * Funny whitespace * Funny whitespace 2 * Prepare `sp-runtime` for publication
This commit is contained in:
@@ -14,15 +14,15 @@ node-primitives = { version = "2.0.0", path = "../primitives" }
|
||||
node-testing = { version = "3.0.0-dev", path = "../testing" }
|
||||
node-runtime = { version = "3.0.0-dev", path = "../runtime" }
|
||||
sc-client-api = { version = "4.0.0-dev", path = "../../../client/api/" }
|
||||
sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.10.0-dev", path = "../../../primitives/state-machine" }
|
||||
sp-runtime = { version = "4.0.0", path = "../../../primitives/runtime" }
|
||||
sp-state-machine = { version = "0.10.0", path = "../../../primitives/state-machine" }
|
||||
serde = "1.0.126"
|
||||
serde_json = "1.0.71"
|
||||
structopt = "0.3"
|
||||
derive_more = "0.99.16"
|
||||
kvdb = "0.10.0"
|
||||
kvdb-rocksdb = "0.14.0"
|
||||
sp-trie = { version = "4.0.0-dev", path = "../../../primitives/trie" }
|
||||
sp-trie = { version = "4.0.0", path = "../../../primitives/trie" }
|
||||
sp-core = { version = "4.1.0-dev", path = "../../../primitives/core" }
|
||||
sp-consensus = { version = "0.10.0-dev", path = "../../../primitives/consensus/common" }
|
||||
sc-basic-authorship = { version = "0.10.0-dev", path = "../../../client/basic-authorship" }
|
||||
|
||||
Reference in New Issue
Block a user