mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
Releasing 2.0 – two dot 😮 (#7182)
Tagging the release of substrate 2.0 [ci: skip-checks]
This commit is contained in:
committed by
GitHub
parent
cbf1a282b5
commit
ecdc94420e
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
description = "components for a light client"
|
||||
name = "sc-light"
|
||||
version = "2.0.0-rc6"
|
||||
version = "2.0.0"
|
||||
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
@@ -14,15 +14,15 @@ readme = "README.md"
|
||||
parking_lot = "0.10.0"
|
||||
lazy_static = "1.4.0"
|
||||
hash-db = "0.15.2"
|
||||
sp-runtime = { version = "2.0.0-rc6", path = "../../primitives/runtime" }
|
||||
sp-externalities = { version = "0.8.0-rc6", path = "../../primitives/externalities" }
|
||||
sp-blockchain = { version = "2.0.0-rc6", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0-rc6", path = "../../primitives/core" }
|
||||
sp-state-machine = { version = "0.8.0-rc6", path = "../../primitives/state-machine" }
|
||||
sc-client-api = { version = "2.0.0-rc6", path = "../api" }
|
||||
sp-api = { version = "2.0.0-rc6", path = "../../primitives/api" }
|
||||
sp-runtime = { version = "2.0.0", path = "../../primitives/runtime" }
|
||||
sp-externalities = { version = "0.8.0", path = "../../primitives/externalities" }
|
||||
sp-blockchain = { version = "2.0.0", path = "../../primitives/blockchain" }
|
||||
sp-core = { version = "2.0.0", path = "../../primitives/core" }
|
||||
sp-state-machine = { version = "0.8.0", path = "../../primitives/state-machine" }
|
||||
sc-client-api = { version = "2.0.0", path = "../api" }
|
||||
sp-api = { version = "2.0.0", path = "../../primitives/api" }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.4" }
|
||||
sc-executor = { version = "0.8.0-rc6", path = "../executor" }
|
||||
sc-executor = { version = "0.8.0", path = "../executor" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user