mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
href: Fix namespace
This commit is contained in:
@@ -12,6 +12,7 @@ pub mod sync_collection;
|
|||||||
|
|
||||||
#[derive(XmlDeserialize, XmlSerialize, Debug, Clone, From, PartialEq)]
|
#[derive(XmlDeserialize, XmlSerialize, Debug, Clone, From, PartialEq)]
|
||||||
pub struct HrefElement {
|
pub struct HrefElement {
|
||||||
|
#[xml(ns = "crate::namespace::NS_DAV")]
|
||||||
pub href: String,
|
pub href: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user