From 60207b9c8be3b8843b756b98729e93a6962e8f37 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Thu, 21 Nov 2024 15:58:13 -0600 Subject: [PATCH] Remove toolchain from ignored folders. We do not use toolchain anymore. --- src/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cargo.toml b/src/Cargo.toml index 2ae5342c..8937ddb7 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -11,7 +11,7 @@ members = [ "qos_p256", "qos_nsm", ] -exclude = ["init", "qos_aws", "qos_system", "toolchain","qos_enclave", "eif_build"] +exclude = ["init", "qos_aws", "qos_system", "qos_enclave", "eif_build"] # We need this to avoid issues with the mock feature unintentionally being # enabled just because some tests need it. # https://nickb.dev/blog/cargo-workspace-and-the-feature-unification-pitfall/