diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 4ea4e38c8b..621400280d 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -91,7 +91,7 @@ tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread", "time"] } mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2" } [features] -default = ["rug-backend"] +default = ["rug-backend", "allow_skip_signer_certification"] # Full feature set full = ["random", "fs", "test_tools"]