mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
Prepping release of alpha.6 (#5629)
* bumping version * cargo update * adding changelog
This commit is contained in:
committed by
GitHub
parent
889a9763dd
commit
51f9bb3c0e
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pallet-babe"
|
||||
version = "2.0.0-alpha.5"
|
||||
version = "2.0.0-alpha.6"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0"
|
||||
@@ -8,24 +8,27 @@ homepage = "https://substrate.dev"
|
||||
repository = "https://github.com/paritytech/substrate/"
|
||||
description = "Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions."
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.101", optional = true }
|
||||
sp-inherents = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-std = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0-alpha.5", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0-alpha.5", default-features = false, path = "../system" }
|
||||
pallet-timestamp = { version = "2.0.0-alpha.5", default-features = false, path = "../timestamp" }
|
||||
sp-timestamp = { version = "2.0.0-alpha.5", default-features = false, path = "../../primitives/timestamp" }
|
||||
pallet-session = { version = "2.0.0-alpha.5", default-features = false, path = "../session" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.5", default-features = false, path = "../../primitives/consensus/babe" }
|
||||
sp-consensus-vrf = { version = "0.8.0-alpha.5", default-features = false, path = "../../primitives/consensus/vrf" }
|
||||
sp-io = { path = "../../primitives/io", default-features = false , version = "2.0.0-alpha.5"}
|
||||
sp-inherents = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/inherents" }
|
||||
sp-std = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/std" }
|
||||
sp-runtime = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/runtime" }
|
||||
sp-staking = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/staking" }
|
||||
frame-support = { version = "2.0.0-alpha.6", default-features = false, path = "../support" }
|
||||
frame-system = { version = "2.0.0-alpha.6", default-features = false, path = "../system" }
|
||||
pallet-timestamp = { version = "2.0.0-alpha.6", default-features = false, path = "../timestamp" }
|
||||
sp-timestamp = { version = "2.0.0-alpha.6", default-features = false, path = "../../primitives/timestamp" }
|
||||
pallet-session = { version = "2.0.0-alpha.6", default-features = false, path = "../session" }
|
||||
sp-consensus-babe = { version = "0.8.0-alpha.6", default-features = false, path = "../../primitives/consensus/babe" }
|
||||
sp-consensus-vrf = { version = "0.8.0-alpha.6", default-features = false, path = "../../primitives/consensus/vrf" }
|
||||
sp-io = { path = "../../primitives/io", default-features = false , version = "2.0.0-alpha.6"}
|
||||
|
||||
[dev-dependencies]
|
||||
sp-core = { version = "2.0.0-alpha.5", path = "../../primitives/core" }
|
||||
sp-core = { version = "2.0.0-alpha.6", path = "../../primitives/core" }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
@@ -45,6 +48,3 @@ std = [
|
||||
"pallet-session/std",
|
||||
"sp-io/std",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
Reference in New Issue
Block a user