diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index 0228926b..e7c01249 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -8,9 +8,7 @@ rust-version.workspace = true publish.workspace = true [features] -default = ["signer-local"] arbitrary = ["dep:arbitrary"] -signer-local = ["dep:malachitebft-signing-ed25519"] [dependencies] @@ -40,7 +38,7 @@ malachitebft-core-consensus = { workspace = true } malachitebft-core-types = { workspace = true, features = ["serde"] } malachitebft-proto = { workspace = true } malachitebft-signing = { workspace = true } -malachitebft-signing-ed25519 = { workspace = true, optional = true, features = ["rand", "serde"] } +malachitebft-signing-ed25519 = { workspace = true, features = ["rand", "serde"] } malachitebft-sync = { workspace = true } prost = { workspace = true }