mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-29 07:41:21 +00:00
fix: vendored openssl linux musl, arm or aarch64
This commit is contained in:
parent
5c4f255c0a
commit
838a01abed
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ clap = { version = "4.4.7", features = ["derive"] }
|
||||||
futures = "0.3.29"
|
futures = "0.3.29"
|
||||||
tokio = {version = "1.33.0", features = ["full"]}
|
tokio = {version = "1.33.0", features = ["full"]}
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(all(target_os = "linux", any(target_env = "musl", target_arch = "arm", target_arch = "aarch64")))'.dependencies]
|
||||||
openssl = { version = "0.10", features = ["vendored"] }
|
openssl = { version = "0.10", features = ["vendored"] }
|
Loading…
Reference in a new issue