diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 24cd94d7bc8..b9971bf58ca 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -89,7 +89,7 @@ tokio = { version = "1.44.1", 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 = ["fs", "test_tools"]