@@ -22,7 +22,6 @@ parity-scale-codec = { workspace = true, features = ["derive"] }
22
22
scale-info = { workspace = true , features = [" derive" ] }
23
23
24
24
# Local
25
- polimec-receiver.workspace = true
26
25
macros.workspace = true
27
26
polimec-common.workspace = true
28
27
polimec-common-test-utils.workspace = true
@@ -87,8 +86,6 @@ assets-common.workspace = true
87
86
# Runtimes
88
87
rococo-runtime.workspace = true
89
88
polimec-runtime.workspace = true
90
- penpal-runtime = { path = " penpal" , default-features = false }
91
-
92
89
93
90
[features ]
94
91
default = [ " development-settings" , " instant-mode" , " std" ]
@@ -128,10 +125,8 @@ std = [
128
125
" parachain-info/std" ,
129
126
" parachains-common/std" ,
130
127
" parity-scale-codec/std" ,
131
- " penpal-runtime/std" ,
132
128
" polimec-common-test-utils/std" ,
133
129
" polimec-common/std" ,
134
- " polimec-receiver/std" ,
135
130
" polimec-runtime/std" ,
136
131
" polkadot-core-primitives/std" ,
137
132
" polkadot-parachain-primitives/std" ,
@@ -182,10 +177,8 @@ runtime-benchmarks = [
182
177
" pallet-vesting/runtime-benchmarks" ,
183
178
" pallet-xcm/runtime-benchmarks" ,
184
179
" parachains-common/runtime-benchmarks" ,
185
- " penpal-runtime/runtime-benchmarks" ,
186
180
" polimec-common-test-utils/runtime-benchmarks" ,
187
181
" polimec-common/runtime-benchmarks" ,
188
- " polimec-receiver/runtime-benchmarks" ,
189
182
" polimec-runtime/runtime-benchmarks" ,
190
183
" polkadot-parachain-primitives/runtime-benchmarks" ,
191
184
" polkadot-primitives/runtime-benchmarks" ,
0 commit comments