From 2090acaa5ae99d5b37aa10d0adabcc83e81e61ec Mon Sep 17 00:00:00 2001 From: Iulian Barbu Date: Mon, 30 Sep 2024 18:11:23 +0300 Subject: [PATCH] fix taplo Signed-off-by: Iulian Barbu --- templates/minimal/runtime/Cargo.toml | 2 +- templates/solochain/node/Cargo.toml | 18 +++++++++--------- templates/solochain/runtime/Cargo.toml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/minimal/runtime/Cargo.toml b/templates/minimal/runtime/Cargo.toml index f1ff00fa474e..c08b72f4b22e 100644 --- a/templates/minimal/runtime/Cargo.toml +++ b/templates/minimal/runtime/Cargo.toml @@ -38,5 +38,5 @@ std = [ "pallet-minimal-template/std", "polkadot-sdk/std", "scale-info/std", - "serde_json/std" + "serde_json/std", ] diff --git a/templates/solochain/node/Cargo.toml b/templates/solochain/node/Cargo.toml index 1ea56480fa01..51b5bed0ddea 100644 --- a/templates/solochain/node/Cargo.toml +++ b/templates/solochain/node/Cargo.toml @@ -70,17 +70,17 @@ default = ["std"] std = ["solochain-template-runtime/std"] # Dependencies that are only required if runtime benchmarking should be build. runtime-benchmarks = [ - "frame-benchmarking-cli/runtime-benchmarks", - "frame-system/runtime-benchmarks", - "sc-service/runtime-benchmarks", - "solochain-template-runtime/runtime-benchmarks", - "sp-runtime/runtime-benchmarks", + "frame-benchmarking-cli/runtime-benchmarks", + "frame-system/runtime-benchmarks", + "sc-service/runtime-benchmarks", + "solochain-template-runtime/runtime-benchmarks", + "sp-runtime/runtime-benchmarks", ] # Enable features that allow the runtime to be tried and debugged. Name might be subject to change # in the near future. try-runtime = [ - "frame-system/try-runtime", - "pallet-transaction-payment/try-runtime", - "solochain-template-runtime/try-runtime", - "sp-runtime/try-runtime", + "frame-system/try-runtime", + "pallet-transaction-payment/try-runtime", + "solochain-template-runtime/try-runtime", + "sp-runtime/try-runtime", ] diff --git a/templates/solochain/runtime/Cargo.toml b/templates/solochain/runtime/Cargo.toml index c5838977d3eb..ba825dbd411a 100644 --- a/templates/solochain/runtime/Cargo.toml +++ b/templates/solochain/runtime/Cargo.toml @@ -116,9 +116,9 @@ std = [ "sp-transaction-pool/std", "sp-version/std", - "substrate-wasm-builder", + "serde_json/std", "sp-keyring/std", - "serde_json/std" + "substrate-wasm-builder", ] runtime-benchmarks = [