fix the import of the updates in the dump

This commit is contained in:
tamo
2021-05-10 20:20:36 +02:00
parent ef438852cd
commit d767990424
7 changed files with 116 additions and 64 deletions

View File

@ -188,7 +188,7 @@ impl Failed {
}
}
#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize, Deserialize, Clone)]
#[serde(tag = "status", rename_all = "camelCase")]
pub enum UpdateStatus {
Processing(Processing),