1
1
[package ]
2
2
name = " pallet-offences-benchmarking"
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"
@@ -13,27 +13,27 @@ 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 }
16
- frame-benchmarking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../benchmarking" }
17
- frame-support = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../support" }
18
- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../system" }
19
- pallet-babe = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../babe" }
20
- pallet-balances = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../balances" }
21
- pallet-grandpa = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../grandpa" }
22
- pallet-im-online = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../im-online" }
23
- pallet-offences = { version = " 2.0.0-rc4 " , default-features = false , features = [" runtime-benchmarks" ], path = " ../../offences" }
24
- pallet-session = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../session" }
25
- pallet-staking = { version = " 2.0.0-rc4 " , default-features = false , features = [" runtime-benchmarks" ], path = " ../../staking" }
26
- sp-runtime = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../../primitives/runtime" }
27
- sp-staking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../../primitives/staking" }
28
- sp-std = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../../primitives/std" }
16
+ frame-benchmarking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../benchmarking" }
17
+ frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../support" }
18
+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../system" }
19
+ pallet-babe = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../babe" }
20
+ pallet-balances = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../balances" }
21
+ pallet-grandpa = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../grandpa" }
22
+ pallet-im-online = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../im-online" }
23
+ pallet-offences = { version = " 2.0.0-rc5 " , default-features = false , features = [" runtime-benchmarks" ], path = " ../../offences" }
24
+ pallet-session = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../session" }
25
+ pallet-staking = { version = " 2.0.0-rc5 " , default-features = false , features = [" runtime-benchmarks" ], path = " ../../staking" }
26
+ sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../../primitives/runtime" }
27
+ sp-staking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../../primitives/staking" }
28
+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../../primitives/std" }
29
29
30
30
[dev-dependencies ]
31
31
codec = { package = " parity-scale-codec" , version = " 1.3.1" , features = [" derive" ] }
32
- pallet-staking-reward-curve = { version = " 2.0.0-rc4 " , path = " ../../staking/reward-curve" }
33
- pallet-timestamp = { version = " 2.0.0-rc4 " , path = " ../../timestamp" }
32
+ pallet-staking-reward-curve = { version = " 2.0.0-rc5 " , path = " ../../staking/reward-curve" }
33
+ pallet-timestamp = { version = " 2.0.0-rc5 " , path = " ../../timestamp" }
34
34
serde = { version = " 1.0.101" }
35
- sp-core = { version = " 2.0.0-rc4 " , path = " ../../../primitives/core" }
36
- sp-io = { version = " 2.0.0-rc4 " , path = " ../../../primitives/io" }
35
+ sp-core = { version = " 2.0.0-rc5 " , path = " ../../../primitives/core" }
36
+ sp-io = { version = " 2.0.0-rc5 " , path = " ../../../primitives/io" }
37
37
38
38
[features ]
39
39
default = [" std" ]
0 commit comments