No need for patched self_update anymore
This commit is contained in:
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user