mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 20:31:13 +00:00
alpha.4 release fixes (#5303)
* Adding missing metadata for benchmark-pallet * Missed to bump a few * release on roling tag * Wasm executors were missed
This commit is contained in:
committed by
GitHub
parent
25e25a83b9
commit
becbe0a339
@@ -4,6 +4,9 @@ version = "2.0.0-alpha.4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Patterns to benchmark in a FRAME runtime."
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
|
||||
@@ -21,7 +21,7 @@ sp-io = { version = "2.0.0-alpha.4", path = "../../primitives/io" }
|
||||
hex-literal = "0.2.1"
|
||||
pallet-balances = { version = "2.0.0-alpha.4", path = "../balances" }
|
||||
sp-core = { version = "2.0.0-alpha.4", path = "../../primitives/core" }
|
||||
substrate-test-utils = { version = "2.0.0-alpha.2", path = "../../test-utils" }
|
||||
substrate-test-utils = { version = "2.0.0-alpha.4", path = "../../test-utils" }
|
||||
serde = { version = "1.0.101" }
|
||||
|
||||
[features]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pallet-example-offchain-worker"
|
||||
version = "2.0.0-alpha.3"
|
||||
version = "2.0.0-alpha.4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Unlicense"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pallet-example"
|
||||
version = "2.0.0-alpha.3"
|
||||
version = "2.0.0-alpha.4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Unlicense"
|
||||
|
||||
@@ -30,7 +30,7 @@ sp-core = { version = "2.0.0-alpha.4", path = "../../primitives/core" }
|
||||
pallet-balances = { version = "2.0.0-alpha.4", path = "../balances" }
|
||||
pallet-timestamp = { version = "2.0.0-alpha.4", path = "../timestamp" }
|
||||
pallet-staking-reward-curve = { version = "2.0.0-alpha.4", path = "../staking/reward-curve" }
|
||||
substrate-test-utils = { version = "2.0.0-alpha.2", path = "../../test-utils" }
|
||||
substrate-test-utils = { version = "2.0.0-alpha.4", path = "../../test-utils" }
|
||||
frame-benchmarking = { version = "2.0.0-alpha.4", path = "../benchmarking" }
|
||||
rand_chacha = { version = "0.2" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user