From b5255f18683b2867ecb7528c5d28a5442fab8cf0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 7 Mar 2024 13:24:37 +0100 Subject: [PATCH] acme: drop api-types feature from schema dependency Signed-off-by: Wolfgang Bumiller --- proxmox-acme/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-acme/Cargo.toml b/proxmox-acme/Cargo.toml index 857c61d9..f8ff3da1 100644 --- a/proxmox-acme/Cargo.toml +++ b/proxmox-acme/Cargo.toml @@ -19,7 +19,7 @@ openssl.workspace = true # For the client native-tls = { workspace = true, optional = true } -proxmox-schema = { workspace = true, optional = true, features = [ "api-macro", "api-types" ] } +proxmox-schema = { workspace = true, optional = true, features = [ "api-macro" ] } [dependencies.ureq] optional = true