Skip to content

Commit 259fd65

Browse files
committed
Move special openssl dep to musl target
1 parent b667a03 commit 259fd65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ serde_json = "1.0.89"
2323
anyhow = "1.0"
2424
thiserror = "1.0.38"
2525
base64 = "0.20.0"
26+
27+
[target.x86_64-unknown-linux-musl.dependencies]
2628
openssl = { version = "*", features = ["vendored"] } #https://docs.rs/openssl/0.10.34/openssl/#vendored

0 commit comments

Comments
 (0)