Skip to content

Commit d10a189

Browse files
authored
Fixup cargo unleash (#6689)
* Bumping to rc5 * Revert "Bumping to rc5" This reverts commit 5a63a8230e5a12db1b4ce4ac62e4967c52291da7. * Bumping for rc5, correctly this time
1 parent c2a89a2 commit d10a189

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

Cargo.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-babe"
3-
version = "2.0.0-rc4"
3+
version = "2.0.0-rc5"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -13,31 +13,31 @@ targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
1515
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
16-
frame-benchmarking = { version = "2.0.0-rc4", default-features = false, path = "../benchmarking", optional = true }
17-
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
18-
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
19-
pallet-authorship = { version = "2.0.0-rc4", default-features = false, path = "../authorship" }
20-
pallet-session = { version = "2.0.0-rc4", default-features = false, path = "../session" }
21-
pallet-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../timestamp" }
16+
frame-benchmarking = { version = "2.0.0-rc5", default-features = false, path = "../benchmarking", optional = true }
17+
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
18+
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }
19+
pallet-authorship = { version = "2.0.0-rc5", default-features = false, path = "../authorship" }
20+
pallet-session = { version = "2.0.0-rc5", default-features = false, path = "../session" }
21+
pallet-timestamp = { version = "2.0.0-rc5", default-features = false, path = "../timestamp" }
2222
serde = { version = "1.0.101", optional = true }
23-
sp-application-crypto = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/application-crypto" }
24-
sp-consensus-babe = { version = "0.8.0-rc4", default-features = false, path = "../../primitives/consensus/babe" }
25-
sp-consensus-vrf = { version = "0.8.0-rc4", default-features = false, path = "../../primitives/consensus/vrf" }
26-
sp-inherents = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/inherents" }
27-
sp-io = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/io" }
28-
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
29-
sp-session = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/session" }
30-
sp-staking = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/staking" }
31-
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
32-
sp-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/timestamp" }
23+
sp-application-crypto = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/application-crypto" }
24+
sp-consensus-babe = { version = "0.8.0-rc5", default-features = false, path = "../../primitives/consensus/babe" }
25+
sp-consensus-vrf = { version = "0.8.0-rc5", default-features = false, path = "../../primitives/consensus/vrf" }
26+
sp-inherents = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/inherents" }
27+
sp-io = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/io" }
28+
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/runtime" }
29+
sp-session = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/session" }
30+
sp-staking = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/staking" }
31+
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
32+
sp-timestamp = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/timestamp" }
3333

3434
[dev-dependencies]
35-
frame-benchmarking = { version = "2.0.0-rc4", path = "../benchmarking" }
36-
pallet-balances = { version = "2.0.0-rc4", path = "../balances" }
37-
pallet-offences = { version = "2.0.0-rc4", path = "../offences" }
38-
pallet-staking = { version = "2.0.0-rc4", path = "../staking" }
39-
pallet-staking-reward-curve = { version = "2.0.0-rc4", path = "../staking/reward-curve" }
40-
sp-core = { version = "2.0.0-rc4", path = "../../primitives/core" }
35+
frame-benchmarking = { version = "2.0.0-rc5", path = "../benchmarking" }
36+
pallet-balances = { version = "2.0.0-rc5", path = "../balances" }
37+
pallet-offences = { version = "2.0.0-rc5", path = "../offences" }
38+
pallet-staking = { version = "2.0.0-rc5", path = "../staking" }
39+
pallet-staking-reward-curve = { version = "2.0.0-rc5", path = "../staking/reward-curve" }
40+
sp-core = { version = "2.0.0-rc5", path = "../../primitives/core" }
4141

4242
[features]
4343
default = ["std"]

0 commit comments

Comments
 (0)