Use the self_upgrade version which supports zip (fix #92)

This commit is contained in:
Roey Darwish Dror
2018-11-25 13:05:02 +02:00
parent 7d5a434866
commit 7e601f805d
3 changed files with 63 additions and 4 deletions

View File

@@ -30,6 +30,9 @@ 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 = []