mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 03:31:05 +00:00
Releasing Alpha.8 (#6048)
This commit is contained in:
committed by
GitHub
parent
efc4849f1a
commit
d7463d348f
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pallet-grandpa"
|
||||
version = "2.0.0-dev"
|
||||
version = "2.0.0-alpha.8"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -14,27 +14,27 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
||||
sp-application-crypto = { version = "2.0.0-dev", default-features = false, path = "../../primitives/application-crypto" }
|
||||
sp-core = { version = "2.0.0-dev", default-features = false, path = "../../primitives/core" }
|
||||
sp-finality-grandpa = { version = "2.0.0-dev", default-features = false, path = "../../primitives/finality-grandpa" }
|
||||
sp-session = { version = "2.0.0-dev", default-features = false, path = "../../primitives/session" }
|
||||
sp-std = { version = "2.0.0-dev", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0-dev", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0-dev", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0-dev", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0-dev", default-features = false, path = "../system" }
|
||||
pallet-session = { version = "2.0.0-dev", default-features = false, path = "../session" }
|
||||
pallet-finality-tracker = { version = "2.0.0-dev", default-features = false, path = "../finality-tracker" }
|
||||
sp-application-crypto = { version = "2.0.0-alpha.8", default-features = false, path = "../../primitives/application-crypto" }
|
||||
sp-core = { version = "2.0.0-alpha.8", default-features = false, path = "../../primitives/core" }
|
||||
sp-finality-grandpa = { version = "2.0.0-alpha.8", default-features = false, path = "../../primitives/finality-grandpa" }
|
||||
sp-session = { version = "2.0.0-alpha.8", default-features = false, path = "../../primitives/session" }
|
||||
sp-std = { version = "2.0.0-alpha.8", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0-alpha.8", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0-alpha.8", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0-alpha.8", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0-alpha.8", default-features = false, path = "../system" }
|
||||
pallet-session = { version = "2.0.0-alpha.8", default-features = false, path = "../session" }
|
||||
pallet-finality-tracker = { version = "2.0.0-alpha.8", default-features = false, path = "../finality-tracker" }
|
||||
|
||||
[dev-dependencies]
|
||||
grandpa = { package = "finality-grandpa", version = "0.12.3", features = ["derive-codec"] }
|
||||
sp-io = { version = "2.0.0-dev", path = "../../primitives/io" }
|
||||
sp-keyring = { version = "2.0.0-dev", path = "../../primitives/keyring" }
|
||||
pallet-balances = { version = "2.0.0-dev", path = "../balances" }
|
||||
pallet-offences = { version = "2.0.0-dev", path = "../offences" }
|
||||
pallet-staking = { version = "2.0.0-dev", path = "../staking" }
|
||||
pallet-staking-reward-curve = { version = "2.0.0-dev", path = "../staking/reward-curve" }
|
||||
pallet-timestamp = { version = "2.0.0-dev", path = "../timestamp" }
|
||||
sp-io = { version = "2.0.0-alpha.8", path = "../../primitives/io" }
|
||||
sp-keyring = { version = "2.0.0-alpha.8", path = "../../primitives/keyring" }
|
||||
pallet-balances = { version = "2.0.0-alpha.8", path = "../balances" }
|
||||
pallet-offences = { version = "2.0.0-alpha.8", path = "../offences" }
|
||||
pallet-staking = { version = "2.0.0-alpha.8", path = "../staking" }
|
||||
pallet-staking-reward-curve = { version = "2.0.0-alpha.8", path = "../staking/reward-curve" }
|
||||
pallet-timestamp = { version = "2.0.0-alpha.8", path = "../timestamp" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user