No need for patched self_upgrade

This commit is contained in:
Roey Darwish Dror
2019-01-13 22:54:51 +02:00
parent ab5b02c6c8
commit 235df19ac5
3 changed files with 6 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ log = "0.4.6"
env_logger = "0.6.0"
walkdir = "2.2.7"
console = "=0.7.1"
self_update_crate = { version = "0.5.0", optional = true, package = "self_update" }
self_update_crate = { version = "0.5.1", optional = true, package = "self_update" }
lazy_static = "1.2.0"
[target.'cfg(unix)'.dependencies]
@@ -30,9 +30,6 @@ nix = "0.12.0"
[profile.release]
lto = true
[patch.crates-io]
self_update = { git = "https://github.com/r-darwish/self_update", branch = "github-extended" }
[features]
default = []