Avoid running remote topgrade on the current host (fix #804) (#807)

This commit is contained in:
Roey Darwish Dror
2021-12-06 13:31:05 +02:00
committed by GitHub
parent 10d362eab4
commit e9d809ddb0
3 changed files with 32 additions and 11 deletions

View File

@@ -33,6 +33,7 @@ cfg-if = "1.0.0"
tokio = { version = "1.5.0", features = ["process", "rt-multi-thread"] }
futures = "0.3.14"
regex = "1.5.3"
sys-info = "0.9"
[target.'cfg(target_os = "macos")'.dependencies]
notify-rust = "4.5.0"