This commit is contained in:
naskya 2024-06-21 14:03:54 +09:00
parent af84e9f7d4
commit 77e40456c5
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -20,7 +20,7 @@ pub(crate) enum UpdateError {
FileOperation(#[from] io::Error),
#[error("downgrading is not supported")]
Downgrade,
#[error(transparent)]
#[error("failed to update the config to revision 1")]
V1(#[from] v1::Error),
}