acme-api: remove stale feature gate and always compile api types

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2024-06-03 09:08:16 +02:00
parent 79a6f97c39
commit 2665b566c0

View File

@ -1,6 +1,4 @@
//! ACME API crate (API types and API implementation)
#[cfg(feature = "api-types")]
pub mod types;
#[cfg(feature = "impl")]