WIP
This commit is contained in:
parent
af84e9f7d4
commit
77e40456c5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pub(crate) enum UpdateError {
|
||||||
FileOperation(#[from] io::Error),
|
FileOperation(#[from] io::Error),
|
||||||
#[error("downgrading is not supported")]
|
#[error("downgrading is not supported")]
|
||||||
Downgrade,
|
Downgrade,
|
||||||
#[error(transparent)]
|
#[error("failed to update the config to revision 1")]
|
||||||
V1(#[from] v1::Error),
|
V1(#[from] v1::Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue