From e22ae993e930539cd88cd5b7c4016a7d3b2b0ba9 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Mon, 2 Jun 2025 20:07:16 -0700 Subject: [PATCH] reunite workspace Fixes #1848 which did not remove the workspace.excludes --- Cargo.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 555867026..85cc8f141 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,16 +27,6 @@ members = [ "x509-cert/test-support", "x509-ocsp" ] -exclude = [ - "cmpv2", - "cms", - "crmf", - "gss-api", - "x509-tsp", - "x509-cert", - "x509-cert/test-support", - "x509-ocsp" -] [profile.dev] opt-level = 2