From b3d96d8b53067d2959edd8474b1066936c51558d Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Wed, 9 Apr 2025 02:01:18 -0400 Subject: [PATCH] taplo --- sequencer_core/Cargo.toml | 2 +- storage/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sequencer_core/Cargo.toml b/sequencer_core/Cargo.toml index 992992a6..730684ab 100644 --- a/sequencer_core/Cargo.toml +++ b/sequencer_core/Cargo.toml @@ -24,4 +24,4 @@ path = "../accounts" [dependencies.secp256k1-zkp] workspace = true -features = ["std", "rand-std", "rand", "serde", "global-context"] \ No newline at end of file +features = ["std", "rand-std", "rand", "serde", "global-context"] diff --git a/storage/Cargo.toml b/storage/Cargo.toml index 6e27eda0..4455cbf1 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -21,4 +21,4 @@ monotree.workspace = true [dependencies.secp256k1-zkp] workspace = true -features = ["std", "rand-std", "rand", "serde", "global-context"] \ No newline at end of file +features = ["std", "rand-std", "rand", "serde", "global-context"]