diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index c60c74b66..957d4d9d2 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 4f0629921..f86f65e10 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 }