From 62e66cd96c99cfdca2f23f62bfcaaa4c2f014e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20=C4=8Cerni=C4=8D?= Date: Thu, 28 Nov 2024 15:19:15 +0100 Subject: [PATCH] fix taplo --- primitives/Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 8a46ab87..b5012eca 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -36,16 +36,16 @@ clap = ["dep:clap", "std"] default = [] serde = ["dep:serde"] std = [ - "cid/scale-codec", - "cid/std", - "codec/std", - "dep:filecoin-proofs", - "scale-info/std", - "serde/std", - "sha2/std", - "sp-api/std", - "sp-core/std", - "sp-runtime/std", - "sp-std/std", - "thiserror/std", + "cid/scale-codec", + "cid/std", + "codec/std", + "dep:filecoin-proofs", + "scale-info/std", + "serde/std", + "sha2/std", + "sp-api/std", + "sp-core/std", + "sp-runtime/std", + "sp-std/std", + "thiserror/std", ]