1
1
[package ]
2
2
name = " pallet-staking"
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"
@@ -15,29 +15,29 @@ targets = ["x86_64-unknown-linux-gnu"]
15
15
static_assertions = " 1.1.0"
16
16
serde = { version = " 1.0.101" , optional = true }
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" }
19
- sp-npos-elections = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/npos-elections" }
20
- sp-io ={ version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/io" }
21
- sp-runtime = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/runtime" }
22
- sp-staking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/staking" }
23
- frame-support = { version = " 2.0.0-rc4 " , default-features = false , path = " ../support" }
24
- frame-system = { version = " 2.0.0-rc4 " , default-features = false , path = " ../system" }
25
- pallet-session = { version = " 2.0.0-rc4 " , default-features = false , features = [" historical" ], path = " ../session" }
26
- pallet-authorship = { version = " 2.0.0-rc4 " , default-features = false , path = " ../authorship" }
27
- sp-application-crypto = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/application-crypto" }
18
+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/std" }
19
+ sp-npos-elections = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/npos-elections" }
20
+ sp-io ={ version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/io" }
21
+ sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/runtime" }
22
+ sp-staking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/staking" }
23
+ frame-support = { version = " 2.0.0-rc5 " , default-features = false , path = " ../support" }
24
+ frame-system = { version = " 2.0.0-rc5 " , default-features = false , path = " ../system" }
25
+ pallet-session = { version = " 2.0.0-rc5 " , default-features = false , features = [" historical" ], path = " ../session" }
26
+ pallet-authorship = { version = " 2.0.0-rc5 " , default-features = false , path = " ../authorship" }
27
+ sp-application-crypto = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/application-crypto" }
28
28
29
29
# Optional imports for benchmarking
30
- frame-benchmarking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../benchmarking" , optional = true }
30
+ frame-benchmarking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../benchmarking" , optional = true }
31
31
rand_chacha = { version = " 0.2" , default-features = false , optional = true }
32
32
33
33
[dev-dependencies ]
34
- sp-core = { version = " 2.0.0-rc4 " , path = " ../../primitives/core" }
35
- sp-storage = { version = " 2.0.0-rc4 " , path = " ../../primitives/storage" }
36
- pallet-balances = { version = " 2.0.0-rc4 " , path = " ../balances" }
37
- pallet-timestamp = { version = " 2.0.0-rc4 " , path = " ../timestamp" }
38
- pallet-staking-reward-curve = { version = " 2.0.0-rc4 " , path = " ../staking/reward-curve" }
39
- substrate-test-utils = { version = " 2.0.0-rc4 " , path = " ../../test-utils" }
40
- frame-benchmarking = { version = " 2.0.0-rc4 " , path = " ../benchmarking" }
34
+ sp-core = { version = " 2.0.0-rc5 " , path = " ../../primitives/core" }
35
+ sp-storage = { version = " 2.0.0-rc5 " , path = " ../../primitives/storage" }
36
+ pallet-balances = { version = " 2.0.0-rc5 " , path = " ../balances" }
37
+ pallet-timestamp = { version = " 2.0.0-rc5 " , path = " ../timestamp" }
38
+ pallet-staking-reward-curve = { version = " 2.0.0-rc5 " , path = " ../staking/reward-curve" }
39
+ substrate-test-utils = { version = " 2.0.0-rc5 " , path = " ../../test-utils" }
40
+ frame-benchmarking = { version = " 2.0.0-rc5 " , path = " ../benchmarking" }
41
41
rand_chacha = { version = " 0.2" }
42
42
parking_lot = " 0.10.2"
43
43
env_logger = " 0.7.1"
0 commit comments