diff --git a/proxmox-schema/src/lib.rs b/proxmox-schema/src/lib.rs index 13b0739a..50741654 100644 --- a/proxmox-schema/src/lib.rs +++ b/proxmox-schema/src/lib.rs @@ -19,7 +19,7 @@ pub use const_regex::ConstRegexPattern; pub mod de; pub mod format; -pub(crate) mod property_string; +pub mod property_string; mod schema; pub use schema::*;