Skip to content

Commit b68f336

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 6556d39 commit b68f336

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-authorship"
3-
version = "2.0.0-rc4"
3+
version = "2.0.0-rc5"
44
description = "Block and Uncle Author tracking for the FRAME"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
edition = "2018"
@@ -13,17 +13,17 @@ 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-
sp-inherents = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/inherents" }
17-
sp-authorship = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/authorship" }
18-
sp-std = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/std" }
19-
sp-runtime = { version = "2.0.0-rc4", default-features = false, path = "../../primitives/runtime" }
20-
frame-support = { version = "2.0.0-rc4", default-features = false, path = "../support" }
21-
frame-system = { version = "2.0.0-rc4", default-features = false, path = "../system" }
16+
sp-inherents = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/inherents" }
17+
sp-authorship = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/authorship" }
18+
sp-std = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/std" }
19+
sp-runtime = { version = "2.0.0-rc5", default-features = false, path = "../../primitives/runtime" }
20+
frame-support = { version = "2.0.0-rc5", default-features = false, path = "../support" }
21+
frame-system = { version = "2.0.0-rc5", default-features = false, path = "../system" }
2222
impl-trait-for-tuples = "0.1.3"
2323

2424
[dev-dependencies]
25-
sp-core = { version = "2.0.0-rc4", path = "../../primitives/core" }
26-
sp-io ={ version = "2.0.0-rc4", path = "../../primitives/io" }
25+
sp-core = { version = "2.0.0-rc5", path = "../../primitives/core" }
26+
sp-io ={ version = "2.0.0-rc5", path = "../../primitives/io" }
2727

2828
[features]
2929
default = ["std"]

0 commit comments

Comments
 (0)