From efd9b61a6c4d535f8338298ceb7b7d8e62ccea9b Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Wed, 4 Dec 2024 15:44:01 +0100 Subject: [PATCH] remove useless crates options --- runtime/local/Cargo.toml | 2 +- runtime/shibuya/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index c60c74b66a..957d4d9d2e 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -49,7 +49,7 @@ pallet-sudo = { workspace = true } pallet-timestamp = { workspace = true } pallet-transaction-payment = { workspace = true } pallet-treasury = { workspace = true } -pallet-tx-pause = { workspace = true, default-features = false } +pallet-tx-pause = { workspace = true } pallet-utility = { workspace = true } pallet-vesting = { workspace = true } sp-api = { workspace = true } diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 4f06299215..f86f65e106 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -68,7 +68,7 @@ pallet-migrations = { workspace = true } pallet-multisig = { workspace = true } pallet-preimage = { workspace = true } pallet-proxy = { workspace = true } -pallet-safe-mode = { workspace = true, default-features = false } +pallet-safe-mode = { workspace = true } pallet-scheduler = { workspace = true } pallet-session = { workspace = true } pallet-sudo = { workspace = true } @@ -76,7 +76,7 @@ pallet-timestamp = { workspace = true } pallet-transaction-payment = { workspace = true } pallet-transaction-payment-rpc-runtime-api = { workspace = true } pallet-treasury = { workspace = true } -pallet-tx-pause = { workspace = true, default-features = false } +pallet-tx-pause = { workspace = true } pallet-utility = { workspace = true } pallet-vesting = { workspace = true } vesting-mbm = { workspace = true }