Skip to content

Commit f6ee478

Browse files
authored
[CI] Update deps (#2159)
Otherwise the return code is not correctly propagated (ref ggwpez/zepter#48). --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent 15beef2 commit f6ee478

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

.gitlab/pipeline/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ check-rust-feature-propagation:
8787
- .kubernetes-env
8888
- .common-refs
8989
script:
90-
- cargo install --locked --version 0.13.2 -q -f zepter && zepter --version
90+
- cargo install --locked --version 0.13.3 -q -f zepter && zepter --version
9191
- zepter run check
9292

9393
# More info can be found here: https://github.com/paritytech/polkadot/pull/5865

cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ default = [ "std" ]
109109
state-trie-version-1 = [ "pallet-state-trie-migration" ]
110110
runtime-benchmarks = [
111111
"assets-common/runtime-benchmarks",
112+
"cumulus-pallet-dmp-queue/runtime-benchmarks",
112113
"cumulus-pallet-parachain-system/runtime-benchmarks",
113114
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
114115
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
116+
"cumulus-primitives-core/runtime-benchmarks",
115117
"cumulus-primitives-utility/runtime-benchmarks",
116118
"frame-benchmarking/runtime-benchmarks",
117119
"frame-support/runtime-benchmarks",
@@ -121,6 +123,7 @@ runtime-benchmarks = [
121123
"pallet-assets/runtime-benchmarks",
122124
"pallet-balances/runtime-benchmarks",
123125
"pallet-collator-selection/runtime-benchmarks",
126+
"pallet-message-queue/runtime-benchmarks",
124127
"pallet-multisig/runtime-benchmarks",
125128
"pallet-nft-fractionalization/runtime-benchmarks",
126129
"pallet-nfts/runtime-benchmarks",
@@ -156,6 +159,7 @@ try-runtime = [
156159
"pallet-authorship/try-runtime",
157160
"pallet-balances/try-runtime",
158161
"pallet-collator-selection/try-runtime",
162+
"pallet-message-queue/try-runtime",
159163
"pallet-multisig/try-runtime",
160164
"pallet-nft-fractionalization/try-runtime",
161165
"pallet-nfts/try-runtime",
@@ -178,8 +182,8 @@ std = [
178182
"bp-asset-hub-westend/std",
179183
"bp-asset-hub-wococo/std",
180184
"bp-bridge-hub-rococo/std",
181-
"bp-bridge-hub-wococo/std",
182185
"bp-bridge-hub-westend/std",
186+
"bp-bridge-hub-wococo/std",
183187
"codec/std",
184188
"cumulus-pallet-aura-ext/std",
185189
"cumulus-pallet-dmp-queue/std",
@@ -204,6 +208,7 @@ std = [
204208
"pallet-authorship/std",
205209
"pallet-balances/std",
206210
"pallet-collator-selection/std",
211+
"pallet-message-queue/std",
207212
"pallet-multisig/std",
208213
"pallet-nft-fractionalization/std",
209214
"pallet-nfts-runtime-api/std",

cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ std = [
138138
"pallet-bridge-parachains/std",
139139
"pallet-bridge-relayers/std",
140140
"pallet-collator-selection/std",
141+
"pallet-message-queue/std",
141142
"pallet-multisig/std",
142143
"pallet-session/std",
143144
"pallet-timestamp/std",
@@ -176,9 +177,11 @@ std = [
176177

177178
runtime-benchmarks = [
178179
"bridge-runtime-common/runtime-benchmarks",
180+
"cumulus-pallet-dmp-queue/runtime-benchmarks",
179181
"cumulus-pallet-parachain-system/runtime-benchmarks",
180182
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
181183
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
184+
"cumulus-primitives-core/runtime-benchmarks",
182185
"cumulus-primitives-utility/runtime-benchmarks",
183186
"frame-benchmarking/runtime-benchmarks",
184187
"frame-support/runtime-benchmarks",
@@ -190,6 +193,7 @@ runtime-benchmarks = [
190193
"pallet-bridge-parachains/runtime-benchmarks",
191194
"pallet-bridge-relayers/runtime-benchmarks",
192195
"pallet-collator-selection/runtime-benchmarks",
196+
"pallet-message-queue/runtime-benchmarks",
193197
"pallet-multisig/runtime-benchmarks",
194198
"pallet-timestamp/runtime-benchmarks",
195199
"pallet-utility/runtime-benchmarks",
@@ -221,6 +225,7 @@ try-runtime = [
221225
"pallet-bridge-parachains/try-runtime",
222226
"pallet-bridge-relayers/try-runtime",
223227
"pallet-collator-selection/try-runtime",
228+
"pallet-message-queue/try-runtime",
224229
"pallet-multisig/try-runtime",
225230
"pallet-session/try-runtime",
226231
"pallet-timestamp/try-runtime",

cumulus/parachains/runtimes/glutton/glutton-kusama/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ std = [
9595
"pallet-timestamp/std",
9696
"parachain-info/std",
9797
"parachains-common/std",
98+
"scale-info/std",
9899
"sp-api/std",
99100
"sp-block-builder/std",
100101
"sp-consensus-aura/std",

substrate/frame/bags-list/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ frame-election-provider-support = { path = "../election-provider-support" }
5050
frame-benchmarking = { path = "../benchmarking" }
5151

5252
[features]
53-
default = ["std"]
53+
default = [ "std" ]
5454
std = [
5555
"codec/std",
5656
"frame-benchmarking?/std",

0 commit comments

Comments
 (0)