Skip to content

Commit 79e5dc4

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 635f6fb commit 79e5dc4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-aura"
3-
version = "2.0.0-rc4"
3+
version = "2.0.0-rc5"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -12,23 +12,23 @@ description = "FRAME AURA consensus 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" }
15+
sp-application-crypto = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/application-crypto" }
1616
codec = { package = "parity-scale-codec", version = "1.3.1", default-features = false, features = ["derive"] }
17-
sp-inherents = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/inherents" }
18-
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
17+
sp-inherents = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/inherents" }
18+
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
1919
serde = { version = "1.0.101", optional = true }
20-
pallet-session = { version = "2.0.0-rc4", default-features = false, path = "../session" }
21-
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
22-
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
23-
sp-consensus-aura = { version = "0.8.0-rc4", path = "../../primitives/consensus/aura", default-features = false }
24-
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
25-
sp-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/timestamp" }
26-
pallet-timestamp = { version = "2.0.0-rc4", default-features = false, path = "../timestamp" }
20+
pallet-session = { version = "2.0.0-rc5", default-features = false, path = "../session" }
21+
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/runtime" }
22+
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
23+
sp-consensus-aura = { version = "0.8.0-rc5", path = "../../primitives/consensus/aura", default-features = false }
24+
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }
25+
sp-timestamp = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/timestamp" }
26+
pallet-timestamp = { version = "2.0.0-rc5", default-features = false, path = "../timestamp" }
2727

2828

2929
[dev-dependencies]
30-
sp-core = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/core" }
31-
sp-io ={ version = "2.0.0-rc4", path = "../../primitives/io" }
30+
sp-core = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/core" }
31+
sp-io ={ version = "2.0.0-rc5", path = "../../primitives/io" }
3232
lazy_static = "1.4.0"
3333
parking_lot = "0.10.0"
3434

0 commit comments

Comments
 (0)