fixed missing rename for prioroty
This commit is contained in:
@@ -207,6 +207,8 @@ pub struct FileType {
|
|||||||
pub always_install: Option<String>,
|
pub always_install: Option<String>,
|
||||||
#[serde(rename = "@installIfUsable", default = "false_bool")]
|
#[serde(rename = "@installIfUsable", default = "false_bool")]
|
||||||
pub install_if_usable: bool,
|
pub install_if_usable: bool,
|
||||||
|
|
||||||
|
#[serde(rename = "@priority")]
|
||||||
pub priority: Option<isize>,
|
pub priority: Option<isize>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user