mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 14:17:56 +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
@@ -2,7 +2,7 @@
|
||||
authors = ['Anonymous']
|
||||
edition = '2018'
|
||||
name = 'pallet-template'
|
||||
version = "2.0.0-rc6"
|
||||
version = "2.0.0"
|
||||
license = "Unlicense"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
@@ -17,27 +17,27 @@ codec = { package = "parity-scale-codec", version = "1.3.4", default-features =
|
||||
|
||||
[dependencies.frame-support]
|
||||
default-features = false
|
||||
version = "2.0.0-rc6"
|
||||
version = "2.0.0"
|
||||
path = "../../../../frame/support"
|
||||
|
||||
[dependencies.frame-system]
|
||||
default-features = false
|
||||
version = "2.0.0-rc6"
|
||||
version = "2.0.0"
|
||||
path = "../../../../frame/system"
|
||||
|
||||
[dev-dependencies.sp-core]
|
||||
default-features = false
|
||||
version = "2.0.0-rc6"
|
||||
version = "2.0.0"
|
||||
path = "../../../../primitives/core"
|
||||
|
||||
[dev-dependencies.sp-io]
|
||||
default-features = false
|
||||
version = "2.0.0-rc6"
|
||||
version = "2.0.0"
|
||||
path = "../../../../primitives/io"
|
||||
|
||||
[dev-dependencies.sp-runtime]
|
||||
default-features = false
|
||||
version = "2.0.0-rc6"
|
||||
version = "2.0.0"
|
||||
path = "../../../../primitives/runtime"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user