From 55bfab50607a75e03042a21b8cb15fc4def6ccbb Mon Sep 17 00:00:00 2001 From: lemunozm Date: Tue, 28 May 2024 08:40:21 +0200 Subject: [PATCH] taplo fmt --- Cargo.toml | 5 +++-- runtime/altair/Cargo.toml | 2 +- runtime/centrifuge/Cargo.toml | 2 +- runtime/common/Cargo.toml | 4 ++-- runtime/development/Cargo.toml | 2 +- runtime/integration-tests/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c3aadec5a..72634ec99b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -276,7 +276,9 @@ pallet-remarks = { git = "https://github.com/foss3/runtime-pallet-library", bran # Moonbeam fork of polkadot-evm/frontier fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", default-features = false, branch = "moonbeam-polkadot-v1.7.2" } -fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", default-features = false, branch = "moonbeam-polkadot-v1.7.2", features = ["serde"] } +fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", default-features = false, branch = "moonbeam-polkadot-v1.7.2", features = [ + "serde", +] } pallet-base-fee = { git = "https://github.com/moonbeam-foundation/frontier", default-features = false, branch = "moonbeam-polkadot-v1.7.2" } pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", default-features = false, branch = "moonbeam-polkadot-v1.7.2", features = [ "forbid-evm-reentrancy", @@ -380,4 +382,3 @@ polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", # Check issue: https://github.com/paritytech/arkworks-substrate/issues/9 [patch."https://github.com/paritytech/polkadot-sdk"] sp-crypto-ec-utils = { git = "https://github.com/paritytech//polkadot-sdk", branch = "release-polkadot-v1.7.2" } - diff --git a/runtime/altair/Cargo.toml b/runtime/altair/Cargo.toml index aa0ff0e78f..8bc18183c7 100644 --- a/runtime/altair/Cargo.toml +++ b/runtime/altair/Cargo.toml @@ -106,6 +106,7 @@ pallet-liquidity-pools-gateway = { workspace = true } pallet-liquidity-rewards = { workspace = true } pallet-loans = { workspace = true } pallet-membership = { workspace = true } +pallet-message-queue = { workspace = true } pallet-multisig = { workspace = true } pallet-oracle-collection = { workspace = true } pallet-oracle-feed = { workspace = true } @@ -134,7 +135,6 @@ pallet-utility = { workspace = true } pallet-vesting = { workspace = true } pallet-xcm = { workspace = true } pallet-xcm-transactor = { workspace = true } -pallet-message-queue = { workspace = true } staging-parachain-info = { workspace = true } [build-dependencies] diff --git a/runtime/centrifuge/Cargo.toml b/runtime/centrifuge/Cargo.toml index ecfdbdfb7d..d35b1a5dbc 100644 --- a/runtime/centrifuge/Cargo.toml +++ b/runtime/centrifuge/Cargo.toml @@ -106,6 +106,7 @@ pallet-liquidity-pools-gateway = { workspace = true } pallet-liquidity-rewards = { workspace = true } pallet-loans = { workspace = true } pallet-membership = { workspace = true } +pallet-message-queue = { workspace = true } pallet-multisig = { workspace = true } pallet-oracle-collection = { workspace = true } pallet-oracle-feed = { workspace = true } @@ -134,7 +135,6 @@ pallet-utility = { workspace = true } pallet-vesting = { workspace = true } pallet-xcm = { workspace = true } pallet-xcm-transactor = { workspace = true } -pallet-message-queue = { workspace = true } staging-parachain-info = { workspace = true } [build-dependencies] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 3e41c09c2f..5878dd85d6 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -27,8 +27,8 @@ sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } -polkadot-parachain-primitives = { workspace = true } cumulus-primitives-core = { workspace = true } +polkadot-parachain-primitives = { workspace = true } staging-xcm = { workspace = true } staging-xcm-builder = { workspace = true } staging-xcm-executor = { workspace = true } @@ -90,6 +90,7 @@ pallet-liquidity-pools-gateway = { workspace = true } pallet-liquidity-rewards = { workspace = true } pallet-loans = { workspace = true } pallet-membership = { workspace = true } +pallet-message-queue = { workspace = true } pallet-multisig = { workspace = true } pallet-oracle-collection = { workspace = true } pallet-oracle-feed = { workspace = true } @@ -116,7 +117,6 @@ pallet-utility = { workspace = true } pallet-vesting = { workspace = true } pallet-xcm = { workspace = true } pallet-xcm-transactor = { workspace = true } -pallet-message-queue = { workspace = true } staging-parachain-info = { workspace = true } # Optionals for benchmarking diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index 07605e2f08..b4f8f9491f 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -106,6 +106,7 @@ pallet-liquidity-pools-gateway = { workspace = true } pallet-liquidity-rewards = { workspace = true } pallet-loans = { workspace = true } pallet-membership = { workspace = true } +pallet-message-queue = { workspace = true } pallet-multisig = { workspace = true } pallet-oracle-collection = { workspace = true } pallet-oracle-feed = { workspace = true } @@ -134,7 +135,6 @@ pallet-utility = { workspace = true } pallet-vesting = { workspace = true } pallet-xcm = { workspace = true } pallet-xcm-transactor = { workspace = true } -pallet-message-queue = { workspace = true } staging-parachain-info = { workspace = true } [build-dependencies] diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index 8f9ea7abf0..1fcc59a65a 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -54,9 +54,9 @@ polkadot-core-primitives = { workspace = true, features = ["std"] } polkadot-node-primitives = { workspace = true } polkadot-parachain-primitives = { workspace = true, features = ["std"] } polkadot-primitives = { workspace = true, features = ["std"] } -polkadot-test-runtime = { workspace = true, features = ["std"] } polkadot-runtime-common = { workspace = true, features = ["std"] } polkadot-runtime-parachains = { workspace = true, features = ["std"] } +polkadot-test-runtime = { workspace = true, features = ["std"] } pallet-babe = { workspace = true, features = ["std"] } pallet-grandpa = { workspace = true, features = ["std"] }