Skip to content

Commit b534e13

Browse files
committed
libgit2: Bump to v1.8.0
1 parent c3454fe commit b534e13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libgit2-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::process::Command;
77
/// Tries to use system libgit2 and emits necessary build script instructions.
88
fn try_system_libgit2() -> Result<pkg_config::Library, pkg_config::Error> {
99
let mut cfg = pkg_config::Config::new();
10-
match cfg.range_version("1.7.2".."1.8.0").probe("libgit2") {
10+
match cfg.range_version("1.8.0".."1.9.0").probe("libgit2") {
1111
Ok(lib) => {
1212
for include in &lib.include_paths {
1313
println!("cargo:root={}", include.display());

libgit2-sys/libgit2

Submodule libgit2 updated 312 files

0 commit comments

Comments
 (0)