mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
fix props deserialization (quick-xml doesn't support untagged enums)
This commit is contained in:
@@ -33,7 +33,7 @@ pub enum CommonPropertiesProp {
|
||||
CurrentUserPrivilegeSet(UserPrivilegeSet),
|
||||
Owner(Option<HrefElement>),
|
||||
|
||||
#[serde(untagged)]
|
||||
#[serde(other)]
|
||||
Invalid,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user