From 2665b566c004e4654bb0fff18027b999ffa90080 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 3 Jun 2024 09:08:16 +0200 Subject: [PATCH] acme-api: remove stale feature gate and always compile api types Signed-off-by: Dietmar Maurer --- proxmox-acme-api/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/proxmox-acme-api/src/lib.rs b/proxmox-acme-api/src/lib.rs index ac1d8471..532cce80 100644 --- a/proxmox-acme-api/src/lib.rs +++ b/proxmox-acme-api/src/lib.rs @@ -1,6 +1,4 @@ //! ACME API crate (API types and API implementation) - -#[cfg(feature = "api-types")] pub mod types; #[cfg(feature = "impl")] -- 2.39.5