diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 0f5a23f20cb..1587a54f145 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -22,7 +22,7 @@ ignored = ["serde_bytes"] crate-type = ["lib", "cdylib", "staticlib"] [features] -default = ["rug-backend"] +default = ["rug-backend", "allow_skip_signer_certification"] # Full feature set full = ["test_tools"]