From 0f5a44a6ae961c9647cb00ed9e9fd32adad79deb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Thu, 16 May 2024 12:31:39 +0200 Subject: [PATCH] DO NOT MERGE --- mithril-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]