From: Wolfgang Bumiller Date: Thu, 7 Mar 2024 12:24:37 +0000 (+0100) Subject: acme: drop api-types feature from schema dependency X-Git-Url: https://git.proxmox.com/?p=proxmox.git;a=commitdiff_plain;h=b5255f18683b2867ecb7528c5d28a5442fab8cf0 acme: drop api-types feature from schema dependency Signed-off-by: Wolfgang Bumiller --- 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