From 3d39688957444379ff4161230d44416391947616 Mon Sep 17 00:00:00 2001 From: vlad Date: Thu, 14 Nov 2024 13:27:17 +0000 Subject: [PATCH] build fix(2) --- cosmwasm/enclaves/execute/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmwasm/enclaves/execute/Cargo.toml b/cosmwasm/enclaves/execute/Cargo.toml index fd6d4ec83..1461708ce 100644 --- a/cosmwasm/enclaves/execute/Cargo.toml +++ b/cosmwasm/enclaves/execute/Cargo.toml @@ -10,7 +10,7 @@ name = "secret_enclave" crate-type = ["staticlib"] [features] -default = ["SGX_MODE_SW", "random", "epid_whitelist_disabled"] +default = ["SGX_MODE_SW", "epid_whitelist_disabled"] SGX_MODE_SW = [] SGX_MODE_HW = [] production = [