11[package ]
22name = " pallet-session-benchmarking"
3- version = " 2.0.0-rc4 "
3+ version = " 2.0.0-rc5 "
44authors = [" Parity Technologies <admin@parity.io>" ]
55edition = " 2018"
66license = " Apache-2.0"
@@ -12,24 +12,24 @@ description = "FRAME sessions pallet benchmarking"
1212targets = [" x86_64-unknown-linux-gnu" ]
1313
1414[dependencies ]
15- sp-std = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../../primitives/std" }
16- sp-session = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../../primitives/session" }
17- sp-runtime = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../../primitives/runtime" }
18- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../system" }
19- frame-benchmarking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../benchmarking" }
20- frame-support = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../support" }
21- pallet-staking = { version = " 2.0.0-rc4 " , default-features = false , features = [" runtime-benchmarks" ], path = " ../../staking" }
22- pallet-session = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../session" }
15+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../../primitives/std" }
16+ sp-session = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../../primitives/session" }
17+ sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../../primitives/runtime" }
18+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../system" }
19+ frame-benchmarking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../benchmarking" }
20+ frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../support" }
21+ pallet-staking = { version = " 2.0.0-rc5 " , default-features = false , features = [" runtime-benchmarks" ], path = " ../../staking" }
22+ pallet-session = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../session" }
2323rand = { version = " 0.7.2" , default-features = false }
2424
2525[dev-dependencies ]
2626serde = { version = " 1.0.101" }
2727codec = { package = " parity-scale-codec" , version = " 1.3.1" , features = [" derive" ] }
28- sp-core = { version = " 2.0.0-rc4 " , path = " ../../../primitives/core" }
29- pallet-staking-reward-curve = { version = " 2.0.0-rc4 " , path = " ../../staking/reward-curve" }
30- sp-io ={ version = " 2.0.0-rc4 " , path = " ../../../primitives/io" }
31- pallet-timestamp = { version = " 2.0.0-rc4 " , path = " ../../timestamp" }
32- pallet-balances = { version = " 2.0.0-rc4 " , path = " ../../balances" }
28+ sp-core = { version = " 2.0.0-rc5 " , path = " ../../../primitives/core" }
29+ pallet-staking-reward-curve = { version = " 2.0.0-rc5 " , path = " ../../staking/reward-curve" }
30+ sp-io ={ version = " 2.0.0-rc5 " , path = " ../../../primitives/io" }
31+ pallet-timestamp = { version = " 2.0.0-rc5 " , path = " ../../timestamp" }
32+ pallet-balances = { version = " 2.0.0-rc5 " , path = " ../../balances" }
3333
3434[features ]
3535default = [" std" ]
0 commit comments