mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-03-11 16:58:32 +03:00
update for new proxmox-api-macro
A #[default] attribute now conflicts with an explicitly defined #[api(default: ...)] value for obvious reasons. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
21d4a68255
commit
28917c7127
@ -222,7 +222,7 @@ async fn diff_archive(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[api(default: "auto")]
|
||||
#[api]
|
||||
#[derive(Default, Deserialize)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
/// Color output options
|
||||
|
Loading…
x
Reference in New Issue
Block a user