diff --git a/proxmox-auth-api/src/lib.rs b/proxmox-auth-api/src/lib.rs index 332dffc1..dc4add3f 100644 --- a/proxmox-auth-api/src/lib.rs +++ b/proxmox-auth-api/src/lib.rs @@ -22,7 +22,7 @@ pub use api::set_auth_context; mod auth_key; #[cfg(any(feature = "api", feature = "ticket"))] -pub use auth_key::{Keyring, PrivateKey, PublicKey, HMACKey}; +pub use auth_key::{HMACKey, Keyring, PrivateKey, PublicKey}; #[cfg(feature = "ticket")] pub mod ticket;