From 9b5ea89efa18ce8dd5fdacbd16c9b43ac50fc42c Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Mon, 22 Jan 2024 18:27:04 +0100 Subject: [PATCH] taplo fmt --- polkadot-parachains/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot-parachains/Cargo.toml b/polkadot-parachains/Cargo.toml index de140917..ddcc91b7 100644 --- a/polkadot-parachains/Cargo.toml +++ b/polkadot-parachains/Cargo.toml @@ -74,6 +74,7 @@ sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", bra substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0" } # Cumulus dependencies +color-print = "0.3.4" cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v1.0.0" } cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v1.0.0" } cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v1.0.0" } @@ -86,7 +87,6 @@ cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v1.0.0" } cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v1.0.0" } cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v1.0.0" } -color-print = "0.3.4" # Polkadot dependencies polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v1.0.0" }