Skip to content
Snippets Groups Projects
Unverified Commit 05ce5bc2 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1870 from sfackler/alex-patch-1

Raise the minimum CC version
parents 36c474ad b8559cba
Branches
Tags
No related merge requests found
...@@ -24,7 +24,7 @@ bssl-sys = { version = "0.1.0", optional = true } ...@@ -24,7 +24,7 @@ bssl-sys = { version = "0.1.0", optional = true }
[build-dependencies] [build-dependencies]
bindgen = { version = "0.64.0", optional = true, features = ["experimental"] } bindgen = { version = "0.64.0", optional = true, features = ["experimental"] }
cc = "1.0" cc = "1.0.61"
openssl-src = { version = "111", optional = true } openssl-src = { version = "111", optional = true }
pkg-config = "0.3.9" pkg-config = "0.3.9"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment