From 8a708f802793abda203d0ca839fb60b0cbaaa5a7 Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Fri, 2 Feb 2024 11:17:53 +0100 Subject: [PATCH] taplo fmt --- Cargo.toml | 14 +++++++------- polkadot-parachains/Cargo.toml | 2 +- polkadot-parachains/integritee-runtime/Cargo.toml | 2 +- polkadot-parachains/shell-runtime/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c059ab6..a26a5bfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,19 +157,19 @@ substrate-build-script-utils = "9.0.0" substrate-wasm-builder = "14.0.0" [patch."https://github.com/integritee-network/pallets.git"] +claims-primitives = { path = '../pallets/primitives/claims' } +common-primitives = { path = '../pallets/primitives/common' } +enclave-bridge-primitives = { path = '../pallets/primitives/enclave-bridge' } pallet-claims = { path = '../pallets/claims' } pallet-enclave-bridge = { path = '../pallets/enclave-bridge' } -pallet-teerex = { path = '../pallets/teerex' } pallet-sidechain = { path = '../pallets/sidechain' } -sgx-verify = { path = '../pallets/teerex/sgx-verify' } pallet-teeracle = { path = '../pallets/teeracle' } -claims-primitives = { path = '../pallets/primitives/claims' } -enclave-bridge-primitives = { path = '../pallets/primitives/enclave-bridge' } -teerex-primitives = { path = '../pallets/primitives/teerex' } +pallet-teerex = { path = '../pallets/teerex' } +pallet-xcm-transactor = { path = '../pallets/xcm-transactor' } +sgx-verify = { path = '../pallets/teerex/sgx-verify' } teeracle-primitives = { path = '../pallets/primitives/teeracle' } -common-primitives = { path = '../pallets/primitives/common' } +teerex-primitives = { path = '../pallets/primitives/teerex' } xcm-transactor-primitives = { path = '../pallets/primitives/xcm-transactor' } -pallet-xcm-transactor = { path = '../pallets/xcm-transactor' } [patch.crates-io] ring = { git = "https://github.com/betrusted-io/ring-xous", branch = "0.16.20-cleanup" } diff --git a/polkadot-parachains/Cargo.toml b/polkadot-parachains/Cargo.toml index 3912c9d6..5fb08e85 100644 --- a/polkadot-parachains/Cargo.toml +++ b/polkadot-parachains/Cargo.toml @@ -67,10 +67,10 @@ substrate-prometheus-endpoint = { workspace = true } try-runtime-cli = { workspace = true } # RPC related dependencies -substrate-frame-rpc-system = { workspace = true } jsonrpsee = { workspace = true } pallet-transaction-payment-rpc = { workspace = true } sc-transaction-pool-api = { workspace = true } +substrate-frame-rpc-system = { workspace = true } substrate-state-trie-migration-rpc = { workspace = true } # Cumulus dependencies diff --git a/polkadot-parachains/integritee-runtime/Cargo.toml b/polkadot-parachains/integritee-runtime/Cargo.toml index b20e23f0..20d7989d 100644 --- a/polkadot-parachains/integritee-runtime/Cargo.toml +++ b/polkadot-parachains/integritee-runtime/Cargo.toml @@ -58,7 +58,6 @@ pallet-utility = { workspace = true } pallet-vesting = { workspace = true } pallet-xcm = { workspace = true } pallet-xcm-transactor = { workspace = true } -staging-parachain-info = { workspace = true } polkadot-parachain-primitives = { workspace = true } polkadot-runtime-common = { workspace = true } sp-api = { workspace = true } @@ -73,6 +72,7 @@ sp-session = { workspace = true } sp-std = { workspace = true } sp-transaction-pool = { workspace = true } sp-version = { workspace = true } +staging-parachain-info = { workspace = true } staging-xcm = { workspace = true } staging-xcm-builder = { workspace = true } staging-xcm-executor = { workspace = true } diff --git a/polkadot-parachains/shell-runtime/Cargo.toml b/polkadot-parachains/shell-runtime/Cargo.toml index cb0e081d..f7d22e0a 100644 --- a/polkadot-parachains/shell-runtime/Cargo.toml +++ b/polkadot-parachains/shell-runtime/Cargo.toml @@ -41,7 +41,6 @@ pallet-transaction-payment-rpc-runtime-api = { workspace = true } pallet-vesting = { workspace = true } pallet-xcm = { workspace = true } pallet-xcm-transactor = { workspace = true } -staging-parachain-info = { workspace = true } polkadot-parachain-primitives = { workspace = true } polkadot-runtime-common = { workspace = true } sp-api = { workspace = true } @@ -56,6 +55,7 @@ sp-session = { workspace = true } sp-std = { workspace = true } sp-transaction-pool = { workspace = true } sp-version = { workspace = true } +staging-parachain-info = { workspace = true } staging-xcm = { workspace = true } staging-xcm-builder = { workspace = true } staging-xcm-executor = { workspace = true }