build: Statically link openssl for all unix targets

This commit is contained in:
Sergio Gasquez 2023-01-19 16:33:09 +01:00 committed by Sergio Gasquez Arcos
parent ffe6d90312
commit fc6e1a0a47

View File

@ -41,8 +41,7 @@ async-trait = "0.1.61"
retry = "2.0.0"
tokio-retry = "0.3.0"
[target.'cfg(target_os = "linux")'.dependencies]
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
[dev-dependencies]