@@ -11,20 +11,20 @@ repository.workspace = true
11
11
version.workspace = true
12
12
13
13
[dependencies ]
14
- serde = { workspace = true }
14
+ serde = { workspace = true }
15
15
parity-scale-codec = { version = " 3.6.5" , features = [
16
- " derive" ,
16
+ " derive" ,
17
17
], default-features = false }
18
18
scale-info = { version = " 2.9.0" , default-features = false , features = [
19
- " derive" ,
19
+ " derive" ,
20
20
] }
21
21
tokio = { version = " 1" , features = [" full" ], optional = true }
22
22
futures = { version = " 0.3.29" , optional = true }
23
23
log.workspace = true
24
24
itertools.workspace = true
25
25
26
26
# Substrate dependencies
27
- frame-benchmarking = {workspace = true , optional = true }
27
+ frame-benchmarking = { workspace = true , optional = true }
28
28
frame-support.workspace = true
29
29
frame-system.workspace = true
30
30
sp-std.workspace = true
@@ -44,7 +44,7 @@ polkadot-runtime.workspace = true
44
44
polkadot-runtime-parachains.workspace = true
45
45
polkadot-parachain.workspace = true
46
46
polimec-receiver.workspace = true
47
- assert_matches2 = { workspace = true , optional = true }
47
+ assert_matches2 = { workspace = true , optional = true }
48
48
polimec-common-test-utils = { workspace = true , optional = true }
49
49
50
50
[dev-dependencies ]
@@ -60,6 +60,7 @@ xcm-executor.workspace = true
60
60
[features ]
61
61
default = [ " std" ]
62
62
std = [
63
+ " assert_matches2" ,
63
64
" frame-benchmarking?/std" ,
64
65
" frame-support/std" ,
65
66
" frame-system/std" ,
@@ -74,8 +75,8 @@ std = [
74
75
" pallet-xcm/std" ,
75
76
" parachains-common/std" ,
76
77
" parity-scale-codec/std" ,
78
+ " polimec-common-test-utils?/std" ,
77
79
" polimec-common/std" ,
78
- " polimec-common-test-utils/std" ,
79
80
" polimec-receiver/std" ,
80
81
" polimec-xcm-executor/std" ,
81
82
" polkadot-parachain/std" ,
@@ -92,7 +93,6 @@ std = [
92
93
" xcm-builder/std" ,
93
94
" xcm-executor/std" ,
94
95
" xcm/std" ,
95
- " assert_matches2" ,
96
96
]
97
97
runtime-benchmarks = [
98
98
" frame-benchmarking/runtime-benchmarks" ,
@@ -104,6 +104,7 @@ runtime-benchmarks = [
104
104
" pallet-linear-release/runtime-benchmarks" ,
105
105
" pallet-timestamp/runtime-benchmarks" ,
106
106
" pallet-xcm/runtime-benchmarks" ,
107
+ " polimec-common-test-utils" ,
107
108
" polimec-common/runtime-benchmarks" ,
108
109
" polimec-receiver/runtime-benchmarks" ,
109
110
" polimec-xcm-executor/runtime-benchmarks" ,
@@ -130,4 +131,3 @@ try-runtime = [
130
131
" polkadot-runtime/try-runtime" ,
131
132
" sp-runtime/try-runtime" ,
132
133
]
133
-
0 commit comments