mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Fixup cargo unleash (#6689)
* Bumping to rc5 * Revert "Bumping to rc5" This reverts commit 5a63a8230e5a12db1b4ce4ac62e4967c52291da7. * Bumping for rc5, correctly this time
This commit is contained in:
committed by
GitHub
parent
dcaaf713e8
commit
629a801b6a
@@ -2,7 +2,7 @@
|
||||
authors = ['Anonymous']
|
||||
edition = '2018'
|
||||
name = 'pallet-template'
|
||||
version = "2.0.0-rc4"
|
||||
version = "2.0.0-rc5"
|
||||
license = "Unlicense"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
@@ -16,27 +16,27 @@ codec = { package = "parity-scale-codec", version = "1.3.1", default-features =
|
||||
|
||||
[dependencies.frame-support]
|
||||
default-features = false
|
||||
version = "2.0.0-rc4"
|
||||
version = "2.0.0-rc5"
|
||||
path = "../../../../frame/support"
|
||||
|
||||
[dependencies.frame-system]
|
||||
default-features = false
|
||||
version = "2.0.0-rc4"
|
||||
version = "2.0.0-rc5"
|
||||
path = "../../../../frame/system"
|
||||
|
||||
[dev-dependencies.sp-core]
|
||||
default-features = false
|
||||
version = "2.0.0-rc4"
|
||||
version = "2.0.0-rc5"
|
||||
path = "../../../../primitives/core"
|
||||
|
||||
[dev-dependencies.sp-io]
|
||||
default-features = false
|
||||
version = "2.0.0-rc4"
|
||||
version = "2.0.0-rc5"
|
||||
path = "../../../../primitives/io"
|
||||
|
||||
[dev-dependencies.sp-runtime]
|
||||
default-features = false
|
||||
version = "2.0.0-rc4"
|
||||
version = "2.0.0-rc5"
|
||||
path = "../../../../primitives/runtime"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user