From 163fd091b8da88860185a019c2ed8a4696ad923a 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 063c8456da..478c314785 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -89,7 +89,7 @@ tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "time"] } mithril-build-script = { path = "../internal/mithril-build-script", version = "=0.2" } [features] -default = ["rug-backend"] +default = ["rug-backend", "allow_skip_signer_certification"] # Full feature set full = ["fs", "test_tools"]