From 236b257bb00c4a090150fa7ca1ff06035cdcafb0 Mon Sep 17 00:00:00 2001 From: jasl Date: Fri, 9 Sep 2022 18:30:39 +0800 Subject: [PATCH] No need to exclude sgx-api-lite since it compiles on all platform --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 041ee65545..3e1937cccb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,6 @@ exclude = [ "subxt", "vendor/webpki", "vendor/ring", - "crates/sgx-api-lite", "standalone/pruntime", "standalone/prouter", ]