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