We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deed14d commit b830b24Copy full SHA for b830b24
libgit2-sys/build.rs
@@ -12,7 +12,7 @@ fn main() {
12
// To use zlib-ng in zlib-compat mode, we have to build libgit2 ourselves.
13
if !zlib_ng_compat {
14
let mut cfg = pkg_config::Config::new();
15
- if let Ok(lib) = cfg.atleast_version("1.0.0").probe("libgit2") {
+ if let Ok(lib) = cfg.atleast_version("1.1.0").probe("libgit2") {
16
for include in &lib.include_paths {
17
println!("cargo:root={}", include.display());
18
}
0 commit comments