Use openssl-probe (fix #161)
The distributed binaries are statically linked with OpenSSL, which means we have to use openssl-probe in order to make sure they work on all systems.
This commit is contained in:
@@ -30,6 +30,7 @@ chrono = "0.4.6"
|
||||
tokio = "0.1.21"
|
||||
tokio-process = "0.2.3"
|
||||
futures = "0.1.27"
|
||||
openssl-probe = { version = "0.1.2", optional = true }
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
nix = "0.14.0"
|
||||
@@ -40,4 +41,4 @@ lto = true
|
||||
[features]
|
||||
default = []
|
||||
|
||||
self-update = ["self_update_crate"]
|
||||
self-update = ["self_update_crate", "openssl-probe"]
|
||||
|
||||
Reference in New Issue
Block a user