From 8871f8e9b38f600a499a4dd636840930c04b65bd Mon Sep 17 00:00:00 2001 From: David Knaack Date: Thu, 14 Jul 2022 09:44:09 +0200 Subject: [PATCH] bump libgit2 to 1.5.0 --- libgit2-sys/Cargo.toml | 2 +- libgit2-sys/build.rs | 2 +- libgit2-sys/libgit2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index 77112d409c..1f5fe34e4d 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libgit2-sys" -version = "0.14.0+1.4.4" +version = "0.14.0+1.5.0" authors = ["Josh Triplett ", "Alex Crichton "] links = "git2" build = "build.rs" diff --git a/libgit2-sys/build.rs b/libgit2-sys/build.rs index 28207a9ba7..442b196de0 100644 --- a/libgit2-sys/build.rs +++ b/libgit2-sys/build.rs @@ -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()); } diff --git a/libgit2-sys/libgit2 b/libgit2-sys/libgit2 index 53cfad9e4b..fbea439d4b 160000 --- a/libgit2-sys/libgit2 +++ b/libgit2-sys/libgit2 @@ -1 +1 @@ -Subproject commit 53cfad9e4b0faeb4e2f6385cafd5298cbb81b82b +Subproject commit fbea439d4b6fc91c6b619d01b85ab3b7746e4c19