No need for patched self_update anymore

This commit is contained in:
Roey Darwish Dror
2018-12-04 14:20:16 +02:00
parent f1de5fd545
commit 09cfb81ba5
2 changed files with 5 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ log = "0.4.6"
env_logger = "0.5.13"
walkdir = "2.2.6"
console = "0.6.2"
self_update = { version = "0.4.5", optional = true }
self_update = { version = "0.5.0", optional = true }
[target.'cfg(unix)'.dependencies]
nix = "0.11.0"
@@ -30,9 +30,6 @@ lazy_static = "1.1.0"
[profile.release]
lto = true
[patch.crates-io]
self_update = { git = "https://github.com/r-darwish/self_update", branch = "zip" }
[features]
default = []