Skip to content

Commit

Permalink
Specify openssl version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuka committed Dec 6, 2024
1 parent 2d0a7e7 commit c0764c7
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 @@ -33,4 +33,4 @@ serde_json = "1.0.133"
lindera = "0.38.1"

[target.'cfg(target_os = "linux")'.dependencies]
openssl = { version = "*", features = ["vendored"] }
openssl = { version = "0.10.68", features = ["vendored"] }

0 comments on commit c0764c7

Please sign in to comment.