Skip to content

Commit

Permalink
Drop vendored feature from openssl
Browse files Browse the repository at this point in the history
Drop vendored feature from openssl to link against the system
libraries.

Signed-off-by: Sergio Lopez <[email protected]>
  • Loading branch information
slp committed Nov 12, 2024
1 parent a96167c commit 9cda65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ codicon = "3.0"
colorful = "0.2.2"
libc = "0.2.139"
base64 = "0.13.0"
openssl = { version = "0.10", features = ["vendored"] }
openssl = "0.10"
uuid = "1.3.2"
anyhow = "1.0.57"
log = "0.4"
Expand Down

0 comments on commit 9cda65d

Please sign in to comment.