diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 34eaafb04e..fafad36e5a 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -244,7 +244,7 @@ std = [ "pallet-xcm-benchmarks?/std", "precompile-utils/std", "scale-info/std", - "vesting-mbm/std" + "vesting-mbm/std", ] runtime-benchmarks = [ "log", @@ -296,7 +296,7 @@ runtime-benchmarks = [ "pallet-message-queue/runtime-benchmarks", "parachains-common/runtime-benchmarks", "orml-oracle/runtime-benchmarks", - "vesting-mbm/runtime-benchmarks" + "vesting-mbm/runtime-benchmarks", ] try-runtime = [ "astar-primitives/try-runtime", @@ -344,7 +344,7 @@ try-runtime = [ "pallet-chain-extension-assets/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", - "vesting-mbm/try-runtime" + "vesting-mbm/try-runtime", ] evm-tracing = [ "moonbeam-evm-tracer",