Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Feb 2, 2024
1 parent 9abd858 commit 8a708f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion polkadot-parachains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/integritee-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion polkadot-parachains/shell-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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 }
Expand Down

0 comments on commit 8a708f8

Please sign in to comment.