Skip to content

Commit

Permalink
bump libgit2 to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna committed Jul 14, 2022
1 parent 04278a2 commit bfe210d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libgit2-sys/build.rs
Expand Up @@ -14,7 +14,7 @@ fn main() {
let try_to_use_system_libgit2 = !vendored && !zlib_ng_compat;
if try_to_use_system_libgit2 {
let mut cfg = pkg_config::Config::new();
if let Ok(lib) = cfg.range_version("1.4.4".."1.5.0").probe("libgit2") {
if let Ok(lib) = cfg.range_version("1.4.4".."1.6.0").probe("libgit2") {
for include in &lib.include_paths {
println!("cargo:root={}", include.display());
}
Expand Down

0 comments on commit bfe210d

Please sign in to comment.