fix: attempt fix on Linux by "vendoring" OpenSSL
This commit is contained in:
parent
6494af20de
commit
0652f77355
@ -27,6 +27,9 @@ futures-util = "0.3.29"
|
|||||||
indicatif = "0.17.7"
|
indicatif = "0.17.7"
|
||||||
tokio = {version="1.33.0", features = ["rt-multi-thread", "macros"]}
|
tokio = {version="1.33.0", features = ["rt-multi-thread", "macros"]}
|
||||||
|
|
||||||
|
[target.'cfg(unix)'.dependencies]
|
||||||
|
openssl = { version = "0.10.58", default-features = false, features = ["vendored"] }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
steamlocate = "2.0.0-alpha.0"
|
steamlocate = "2.0.0-alpha.0"
|
||||||
mslnk = "0.1.8"
|
mslnk = "0.1.8"
|
||||||
|
Loading…
Reference in New Issue
Block a user