diff --git a/mithril-common/Cargo.toml b/mithril-common/Cargo.toml index 4b21c726d1d..97a22868675 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -105,7 +105,7 @@ tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "time"] } mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2" } [features] -default = [] +default = ["allow_skip_signer_certification"] # Full feature set full = ["random", "fs", "test_tools"]