Skip to content

Commit 449c6be

Browse files
committed
libgit2: Bump to v1.8.1
1 parent a65e7a4 commit 449c6be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libgit2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libgit2-sys"
3-
version = "0.17.0+1.8.0"
3+
version = "0.17.0+1.8.1"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
links = "git2"
66
build = "build.rs"

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.8.0".."1.9.0").probe("libgit2") {
10+
match cfg.range_version("1.8.1".."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 59 files

0 commit comments

Comments
 (0)