11[package ]
22name = " pallet-aura"
3- version = " 2.0.0-rc4 "
3+ version = " 2.0.0-rc5 "
44authors = [
" Parity Technologies <[email protected] >" ]
55edition = " 2018"
66license = " Apache-2.0"
@@ -12,23 +12,23 @@ description = "FRAME AURA consensus pallet"
1212targets = [" 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" }
1616codec = { 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" }
1919serde = { 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" }
3232lazy_static = " 1.4.0"
3333parking_lot = " 0.10.0"
3434
0 commit comments