Skip to content

Commit

Permalink
Merge pull request #1870 from sfackler/alex-patch-1
Browse files Browse the repository at this point in the history
Raise the minimum CC version
  • Loading branch information
sfackler committed Apr 5, 2023
2 parents 36c474a + b8559cb commit 05ce5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bssl-sys = { version = "0.1.0", optional = true }

[build-dependencies]
bindgen = { version = "0.64.0", optional = true, features = ["experimental"] }
cc = "1.0"
cc = "1.0.61"
openssl-src = { version = "111", optional = true }
pkg-config = "0.3.9"

Expand Down

0 comments on commit 05ce5bc

Please sign in to comment.