diff --git a/proxmox-section-config/src/lib.rs b/proxmox-section-config/src/lib.rs index 420e2512..d9978d1b 100644 --- a/proxmox-section-config/src/lib.rs +++ b/proxmox-section-config/src/lib.rs @@ -101,7 +101,7 @@ enum ParseState<'a> { #[derive(Debug)] pub struct SectionConfigData { pub sections: HashMap, - order: Vec, + pub order: Vec, } impl Default for SectionConfigData {