From 4c5f38fa0018524104780bf5fb8b279294226d5d 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 6371764410..e521d20bd5 100644 --- a/mithril-common/Cargo.toml +++ b/mithril-common/Cargo.toml @@ -91,7 +91,7 @@ tokio = { version = "1.42.0", 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 = ["random", "fs", "test_tools"]