Skip to content

Commit

Permalink
Update vendored version to openssl 3
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed May 29, 2023
1 parent 8f72f7b commit ada52fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-sys/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ bssl-sys = { version = "0.1.0", optional = true }
[build-dependencies]
bindgen = { version = "0.64.0", optional = true, features = ["experimental"] }
cc = "1.0.61"
openssl-src = { version = "111", optional = true }
openssl-src = { version = "300", optional = true }
pkg-config = "0.3.9"

[target.'cfg(target_env = "msvc")'.build-dependencies]
Expand Down

0 comments on commit ada52fc

Please sign in to comment.