mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Releasing 3.0 (#8098)
* bumping version for next release * add changelog * add guide
This commit is contained in:
committed by
GitHub
parent
772224c132
commit
6a964c5df0
@@ -13,12 +13,12 @@ repository = "https://github.com/paritytech/substrate/"
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
sc-network = { version = "0.8.0", path = "../network" }
|
||||
sc-finality-grandpa = { version = "0.8.0", path = "../finality-grandpa" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sc-service = { version = "0.8.0", path = "../service" }
|
||||
sc-network = { version = "0.9.0", path = "../network" }
|
||||
sc-finality-grandpa = { version = "0.9.0", path = "../finality-grandpa" }
|
||||
sp-runtime = { version = "3.0.0", path = "../../primitives/runtime" }
|
||||
sp-blockchain = { version = "3.0.0", path = "../../primitives/blockchain" }
|
||||
sc-client-api = { version = "3.0.0", path = "../api" }
|
||||
sc-service = { version = "0.9.0", path = "../service" }
|
||||
futures = "0.3.8"
|
||||
log = "0.4.11"
|
||||
derive_more = "0.99.11"
|
||||
|
||||
Reference in New Issue
Block a user