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"]