Skip to content

Commit 5935355

Browse files
committed
libgit2: Bump to v1.8.0-alpha
1 parent a75e007 commit 5935355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libgit2-sys/build.rs

+1-1
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-alpha".."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 272 files

0 commit comments

Comments
 (0)