Skip to content

Commit 23e6607

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 728dc37 commit 23e6607

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-im-online"
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"
@@ -12,20 +12,20 @@ description = "FRAME's I'm online pallet"
1212
targets = ["x86_64-unknown-linux-gnu"]
1313

1414
[dependencies]
15-
sp-application-crypto = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/application-crypto" }
16-
pallet-authorship = { version = "2.0.0-rc4", default-features = false, path = "../authorship" }
15+
sp-application-crypto = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/application-crypto" }
16+
pallet-authorship = { version = "2.0.0-rc5", default-features = false, path = "../authorship" }
1717
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
18-
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/core" }
19-
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
18+
sp-core = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/core" }
19+
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
2020
serde = { version = "1.0.101", optional = true }
21-
pallet-session = { version = "2.0.0-rc4", default-features = false, path = "../session" }
22-
sp-io = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/io" }
23-
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
24-
sp-staking = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/staking" }
25-
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
26-
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
21+
pallet-session = { version = "2.0.0-rc5", default-features = false, path = "../session" }
22+
sp-io = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/io" }
23+
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/runtime" }
24+
sp-staking = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/staking" }
25+
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
26+
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }
2727

28-
frame-benchmarking = { version = "2.0.0-rc4", default-features = false, path = "../benchmarking", optional = true }
28+
frame-benchmarking = { version = "2.0.0-rc5", default-features = false, path = "../benchmarking", optional = true }
2929

3030
[features]
3131
default = ["std", "pallet-session/historical"]

0 commit comments

Comments
 (0)