mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
[CI] Update deps (#2159)
Otherwise the return code is not correctly propagated (ref https://github.com/ggwpez/zepter/pull/48). --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
15beef20fe
commit
f6ee4781f6
@@ -87,7 +87,7 @@ check-rust-feature-propagation:
|
|||||||
- .kubernetes-env
|
- .kubernetes-env
|
||||||
- .common-refs
|
- .common-refs
|
||||||
script:
|
script:
|
||||||
- cargo install --locked --version 0.13.2 -q -f zepter && zepter --version
|
- cargo install --locked --version 0.13.3 -q -f zepter && zepter --version
|
||||||
- zepter run check
|
- zepter run check
|
||||||
|
|
||||||
# More info can be found here: https://github.com/paritytech/polkadot/pull/5865
|
# More info can be found here: https://github.com/paritytech/polkadot/pull/5865
|
||||||
|
|||||||
@@ -109,9 +109,11 @@ default = [ "std" ]
|
|||||||
state-trie-version-1 = [ "pallet-state-trie-migration" ]
|
state-trie-version-1 = [ "pallet-state-trie-migration" ]
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"assets-common/runtime-benchmarks",
|
"assets-common/runtime-benchmarks",
|
||||||
|
"cumulus-pallet-dmp-queue/runtime-benchmarks",
|
||||||
"cumulus-pallet-parachain-system/runtime-benchmarks",
|
"cumulus-pallet-parachain-system/runtime-benchmarks",
|
||||||
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
|
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
|
||||||
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
|
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
|
||||||
|
"cumulus-primitives-core/runtime-benchmarks",
|
||||||
"cumulus-primitives-utility/runtime-benchmarks",
|
"cumulus-primitives-utility/runtime-benchmarks",
|
||||||
"frame-benchmarking/runtime-benchmarks",
|
"frame-benchmarking/runtime-benchmarks",
|
||||||
"frame-support/runtime-benchmarks",
|
"frame-support/runtime-benchmarks",
|
||||||
@@ -121,6 +123,7 @@ runtime-benchmarks = [
|
|||||||
"pallet-assets/runtime-benchmarks",
|
"pallet-assets/runtime-benchmarks",
|
||||||
"pallet-balances/runtime-benchmarks",
|
"pallet-balances/runtime-benchmarks",
|
||||||
"pallet-collator-selection/runtime-benchmarks",
|
"pallet-collator-selection/runtime-benchmarks",
|
||||||
|
"pallet-message-queue/runtime-benchmarks",
|
||||||
"pallet-multisig/runtime-benchmarks",
|
"pallet-multisig/runtime-benchmarks",
|
||||||
"pallet-nft-fractionalization/runtime-benchmarks",
|
"pallet-nft-fractionalization/runtime-benchmarks",
|
||||||
"pallet-nfts/runtime-benchmarks",
|
"pallet-nfts/runtime-benchmarks",
|
||||||
@@ -156,6 +159,7 @@ try-runtime = [
|
|||||||
"pallet-authorship/try-runtime",
|
"pallet-authorship/try-runtime",
|
||||||
"pallet-balances/try-runtime",
|
"pallet-balances/try-runtime",
|
||||||
"pallet-collator-selection/try-runtime",
|
"pallet-collator-selection/try-runtime",
|
||||||
|
"pallet-message-queue/try-runtime",
|
||||||
"pallet-multisig/try-runtime",
|
"pallet-multisig/try-runtime",
|
||||||
"pallet-nft-fractionalization/try-runtime",
|
"pallet-nft-fractionalization/try-runtime",
|
||||||
"pallet-nfts/try-runtime",
|
"pallet-nfts/try-runtime",
|
||||||
@@ -178,8 +182,8 @@ std = [
|
|||||||
"bp-asset-hub-westend/std",
|
"bp-asset-hub-westend/std",
|
||||||
"bp-asset-hub-wococo/std",
|
"bp-asset-hub-wococo/std",
|
||||||
"bp-bridge-hub-rococo/std",
|
"bp-bridge-hub-rococo/std",
|
||||||
"bp-bridge-hub-wococo/std",
|
|
||||||
"bp-bridge-hub-westend/std",
|
"bp-bridge-hub-westend/std",
|
||||||
|
"bp-bridge-hub-wococo/std",
|
||||||
"codec/std",
|
"codec/std",
|
||||||
"cumulus-pallet-aura-ext/std",
|
"cumulus-pallet-aura-ext/std",
|
||||||
"cumulus-pallet-dmp-queue/std",
|
"cumulus-pallet-dmp-queue/std",
|
||||||
@@ -204,6 +208,7 @@ std = [
|
|||||||
"pallet-authorship/std",
|
"pallet-authorship/std",
|
||||||
"pallet-balances/std",
|
"pallet-balances/std",
|
||||||
"pallet-collator-selection/std",
|
"pallet-collator-selection/std",
|
||||||
|
"pallet-message-queue/std",
|
||||||
"pallet-multisig/std",
|
"pallet-multisig/std",
|
||||||
"pallet-nft-fractionalization/std",
|
"pallet-nft-fractionalization/std",
|
||||||
"pallet-nfts-runtime-api/std",
|
"pallet-nfts-runtime-api/std",
|
||||||
|
|||||||
@@ -138,6 +138,7 @@ std = [
|
|||||||
"pallet-bridge-parachains/std",
|
"pallet-bridge-parachains/std",
|
||||||
"pallet-bridge-relayers/std",
|
"pallet-bridge-relayers/std",
|
||||||
"pallet-collator-selection/std",
|
"pallet-collator-selection/std",
|
||||||
|
"pallet-message-queue/std",
|
||||||
"pallet-multisig/std",
|
"pallet-multisig/std",
|
||||||
"pallet-session/std",
|
"pallet-session/std",
|
||||||
"pallet-timestamp/std",
|
"pallet-timestamp/std",
|
||||||
@@ -176,9 +177,11 @@ std = [
|
|||||||
|
|
||||||
runtime-benchmarks = [
|
runtime-benchmarks = [
|
||||||
"bridge-runtime-common/runtime-benchmarks",
|
"bridge-runtime-common/runtime-benchmarks",
|
||||||
|
"cumulus-pallet-dmp-queue/runtime-benchmarks",
|
||||||
"cumulus-pallet-parachain-system/runtime-benchmarks",
|
"cumulus-pallet-parachain-system/runtime-benchmarks",
|
||||||
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
|
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
|
||||||
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
|
"cumulus-pallet-xcmp-queue/runtime-benchmarks",
|
||||||
|
"cumulus-primitives-core/runtime-benchmarks",
|
||||||
"cumulus-primitives-utility/runtime-benchmarks",
|
"cumulus-primitives-utility/runtime-benchmarks",
|
||||||
"frame-benchmarking/runtime-benchmarks",
|
"frame-benchmarking/runtime-benchmarks",
|
||||||
"frame-support/runtime-benchmarks",
|
"frame-support/runtime-benchmarks",
|
||||||
@@ -190,6 +193,7 @@ runtime-benchmarks = [
|
|||||||
"pallet-bridge-parachains/runtime-benchmarks",
|
"pallet-bridge-parachains/runtime-benchmarks",
|
||||||
"pallet-bridge-relayers/runtime-benchmarks",
|
"pallet-bridge-relayers/runtime-benchmarks",
|
||||||
"pallet-collator-selection/runtime-benchmarks",
|
"pallet-collator-selection/runtime-benchmarks",
|
||||||
|
"pallet-message-queue/runtime-benchmarks",
|
||||||
"pallet-multisig/runtime-benchmarks",
|
"pallet-multisig/runtime-benchmarks",
|
||||||
"pallet-timestamp/runtime-benchmarks",
|
"pallet-timestamp/runtime-benchmarks",
|
||||||
"pallet-utility/runtime-benchmarks",
|
"pallet-utility/runtime-benchmarks",
|
||||||
@@ -221,6 +225,7 @@ try-runtime = [
|
|||||||
"pallet-bridge-parachains/try-runtime",
|
"pallet-bridge-parachains/try-runtime",
|
||||||
"pallet-bridge-relayers/try-runtime",
|
"pallet-bridge-relayers/try-runtime",
|
||||||
"pallet-collator-selection/try-runtime",
|
"pallet-collator-selection/try-runtime",
|
||||||
|
"pallet-message-queue/try-runtime",
|
||||||
"pallet-multisig/try-runtime",
|
"pallet-multisig/try-runtime",
|
||||||
"pallet-session/try-runtime",
|
"pallet-session/try-runtime",
|
||||||
"pallet-timestamp/try-runtime",
|
"pallet-timestamp/try-runtime",
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ std = [
|
|||||||
"pallet-timestamp/std",
|
"pallet-timestamp/std",
|
||||||
"parachain-info/std",
|
"parachain-info/std",
|
||||||
"parachains-common/std",
|
"parachains-common/std",
|
||||||
|
"scale-info/std",
|
||||||
"sp-api/std",
|
"sp-api/std",
|
||||||
"sp-block-builder/std",
|
"sp-block-builder/std",
|
||||||
"sp-consensus-aura/std",
|
"sp-consensus-aura/std",
|
||||||
|
|||||||
Reference in New Issue
Block a user