From 1f4819ffec1189f34306ef0627e4611756b350b0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Raynaud Date: Wed, 26 Jun 2024 18:01:19 +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 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"]