1
1
[package ]
2
2
name = " pallet-aura"
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,23 +12,23 @@ description = "FRAME AURA consensus pallet"
12
12
targets = [" x86_64-unknown-linux-gnu" ]
13
13
14
14
[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" }
16
16
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" }
19
19
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" }
27
27
28
28
29
29
[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" }
32
32
lazy_static = " 1.4.0"
33
33
parking_lot = " 0.10.0"
34
34
0 commit comments