1
1
[package ]
2
2
name = " pallet-authorship"
3
- version = " 2.0.0-rc4 "
3
+ version = " 2.0.0-rc5 "
4
4
description = " Block and Uncle Author tracking for the FRAME"
5
5
authors = [" Parity Technologies <admin@parity.io>" ]
6
6
edition = " 2018"
@@ -13,17 +13,17 @@ targets = ["x86_64-unknown-linux-gnu"]
13
13
14
14
[dependencies ]
15
15
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" }
22
22
impl-trait-for-tuples = " 0.1.3"
23
23
24
24
[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" }
27
27
28
28
[features ]
29
29
default = [" std" ]
0 commit comments