1
1
[package ]
2
2
name = " pallet-babe"
3
- version = " 2.0.0-rc4 "
3
+ version = " 2.0.0-rc5 "
4
4
authors = [
" Parity Technologies <[email protected] >" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0"
@@ -13,31 +13,31 @@ 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 , features = [" derive" ] }
16
- frame-benchmarking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../benchmarking" , optional = true }
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-authorship = { version = " 2.0.0-rc4 " , default-features = false , path = " ../authorship" }
20
- pallet-session = { version = " 2.0.0-rc4 " , default-features = false , path = " ../session" }
21
- pallet-timestamp = { version = " 2.0.0-rc4 " , default-features = false , path = " ../timestamp" }
16
+ frame-benchmarking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../benchmarking" , optional = true }
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-authorship = { version = " 2.0.0-rc5 " , default-features = false , path = " ../authorship" }
20
+ pallet-session = { version = " 2.0.0-rc5 " , default-features = false , path = " ../session" }
21
+ pallet-timestamp = { version = " 2.0.0-rc5 " , default-features = false , path = " ../timestamp" }
22
22
serde = { version = " 1.0.101" , optional = true }
23
- sp-application-crypto = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/application-crypto" }
24
- sp-consensus-babe = { version = " 0.8.0-rc4 " , default-features = false , path = " ../../primitives/consensus/babe" }
25
- sp-consensus-vrf = { version = " 0.8.0-rc4 " , default-features = false , path = " ../../primitives/consensus/vrf" }
26
- sp-inherents = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/inherents" }
27
- sp-io = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/io" }
28
- sp-runtime = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/runtime" }
29
- sp-session = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/session" }
30
- sp-staking = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/staking" }
31
- sp-std = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/std" }
32
- sp-timestamp = { version = " 2.0.0-rc4 " , default-features = false , path = " ../../primitives/timestamp" }
23
+ sp-application-crypto = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/application-crypto" }
24
+ sp-consensus-babe = { version = " 0.8.0-rc5 " , default-features = false , path = " ../../primitives/consensus/babe" }
25
+ sp-consensus-vrf = { version = " 0.8.0-rc5 " , default-features = false , path = " ../../primitives/consensus/vrf" }
26
+ sp-inherents = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/inherents" }
27
+ sp-io = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/io" }
28
+ sp-runtime = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/runtime" }
29
+ sp-session = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/session" }
30
+ sp-staking = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/staking" }
31
+ sp-std = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/std" }
32
+ sp-timestamp = { version = " 2.0.0-rc5 " , default-features = false , path = " ../../primitives/timestamp" }
33
33
34
34
[dev-dependencies ]
35
- frame-benchmarking = { version = " 2.0.0-rc4 " , path = " ../benchmarking" }
36
- pallet-balances = { version = " 2.0.0-rc4 " , path = " ../balances" }
37
- pallet-offences = { version = " 2.0.0-rc4 " , path = " ../offences" }
38
- pallet-staking = { version = " 2.0.0-rc4 " , path = " ../staking" }
39
- pallet-staking-reward-curve = { version = " 2.0.0-rc4 " , path = " ../staking/reward-curve" }
40
- sp-core = { version = " 2.0.0-rc4 " , path = " ../../primitives/core" }
35
+ frame-benchmarking = { version = " 2.0.0-rc5 " , path = " ../benchmarking" }
36
+ pallet-balances = { version = " 2.0.0-rc5 " , path = " ../balances" }
37
+ pallet-offences = { version = " 2.0.0-rc5 " , path = " ../offences" }
38
+ pallet-staking = { version = " 2.0.0-rc5 " , path = " ../staking" }
39
+ pallet-staking-reward-curve = { version = " 2.0.0-rc5 " , path = " ../staking/reward-curve" }
40
+ sp-core = { version = " 2.0.0-rc5 " , path = " ../../primitives/core" }
41
41
42
42
[features ]
43
43
default = [" std" ]
0 commit comments