Skip to content

Commit

Permalink
fix musl non-TLS build (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnie97 authored Jun 6, 2024
1 parent 0ee0157 commit be14d12
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
34 changes: 26 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ rustls-pemfile = { version = "2.0", optional = true }
p12 = { version = "0.6.3", optional = true }

[target.'cfg(target_env = "musl")'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
openssl = { version = "0.10", features = ["vendored"], optional = true }

[build-dependencies]
vergen = { version = "7.4.2", default-features = false, features = [
Expand Down

0 comments on commit be14d12

Please sign in to comment.