Implement git pulling with Tokio (#408)

This commit is contained in:
Roey Darwish Dror
2020-05-15 11:11:28 +03:00
committed by GitHub
parent a981aad3df
commit f58b2a0c20
4 changed files with 175 additions and 94 deletions

View File

@@ -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)]