Implement git pulling with Tokio (#408)
This commit is contained in:
committed by
GitHub
parent
a981aad3df
commit
f58b2a0c20
@@ -13,9 +13,6 @@ pub enum TopgradeError {
|
||||
#[error("Unknown Linux Distribution")]
|
||||
#[cfg(target_os = "linux")]
|
||||
UnknownLinuxDistribution,
|
||||
|
||||
#[error("A pull action was failed")]
|
||||
PullFailed,
|
||||
}
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user