1
1
[package ]
2
2
name = " pallet-authority-discovery"
3
- version = " 2.0.0-rc4 "
3
+ version = " 2.0.0-rc5 "
4
4
authors = [" Parity Technologies <admin@parity.io>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -12,20 +12,20 @@ description = "FRAME pallet for authority discovery"
12
12
targets = [" x86_64-unknown-linux-gnu" ]
13
13
14
14
[dependencies ]
15
- sp-authority-discovery = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/authority-discovery" }
16
- sp-application-crypto = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/application-crypto" }
15
+ sp-authority-discovery = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/authority-discovery" }
16
+ sp-application-crypto = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/application-crypto" }
17
17
codec = { package = " parity-scale-codec" , version = " 1.3.1" , default-features = false , features = [" derive" ] }
18
- sp-std = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/std" }
18
+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/std" }
19
19
serde = { version = " 1.0.101" , optional = true }
20
- pallet-session = { version = " 2.0.0-rc4 " , features = [" historical" ], path = " ../session" , default-features = false }
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
- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../system" }
20
+ pallet-session = { version = " 2.0.0-rc5 " , features = [" historical" ], path = " ../session" , default-features = false }
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
+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../system" }
24
24
25
25
[dev-dependencies ]
26
- sp-core = { version = " 2.0.0-rc4 " , path = " ../../primitives/core" }
27
- sp-io = { version = " 2.0.0-rc4 " , path = " ../../primitives/io" }
28
- sp-staking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/staking" }
26
+ sp-core = { version = " 2.0.0-rc5 " , path = " ../../primitives/core" }
27
+ sp-io = { version = " 2.0.0-rc5 " , path = " ../../primitives/io" }
28
+ sp-staking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/staking" }
29
29
30
30
[features ]
31
31
default = [" std" ]
0 commit comments