File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ stable release as well.
16
16
17
17
## Version of libgit2
18
18
19
- Currently this library requires libgit2 1.3 .0. The source for libgit2 is
19
+ Currently this library requires libgit2 1.4 .0. The source for libgit2 is
20
20
included in the libgit2-sys crate so there's no need to pre-install the libgit2
21
21
library, the libgit2-sys crate will figure that and/or build that for you.
22
22
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ fn main() {
14
14
let try_to_use_system_libgit2 = !vendored && !zlib_ng_compat;
15
15
if try_to_use_system_libgit2 {
16
16
let mut cfg = pkg_config:: Config :: new ( ) ;
17
- if let Ok ( lib) = cfg. atleast_version ( "1.3 .0" ) . probe ( "libgit2" ) {
17
+ if let Ok ( lib) = cfg. atleast_version ( "1.4 .0" ) . probe ( "libgit2" ) {
18
18
for include in & lib. include_paths {
19
19
println ! ( "cargo:root={}" , include. display( ) ) ;
20
20
}
You can’t perform that action at this time.
0 commit comments