From 62cca474c8dbb831d61d9a546c633ac5f37dd143 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Mon, 4 Dec 2023 09:44:12 +0100 Subject: [PATCH] temp: activate 'allow_skip_signer_certification' - 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 1e679b372a2..369756d1baf 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -91,7 +91,7 @@ serde_json = "1.0.113" serde_yaml = "0.9.31" [features] -default = [] +default = ["allow_skip_signer_certification"] # Full feature set full = ["random", "database", "fs", "test_tools"]