File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ version of Rust known to pass tests.
17
17
18
18
## Version of libgit2
19
19
20
- Currently this library requires libgit2 0.28.2 . The source for libgit2 is
20
+ Currently this library requires libgit2 1.0.0 . The source for libgit2 is
21
21
included in the libgit2-sys crate so there's no need to pre-install the libgit2
22
22
library, the libgit2-sys crate will figure that and/or build that for you.
23
23
Original file line number Diff line number Diff line change 15
15
//! > **NOTE**: At this time this crate likely does not support a `git push`
16
16
//! > operation, only clones.
17
17
18
- #![ doc( html_root_url = "https://docs.rs/git2-curl/0.11 " ) ]
18
+ #![ doc( html_root_url = "https://docs.rs/git2-curl/0.14 " ) ]
19
19
#![ deny( missing_docs) ]
20
20
#![ warn( rust_2018_idioms) ]
21
21
#![ cfg_attr( test, deny( warnings) ) ]
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/libgit2-sys/0.9 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/libgit2-sys/0.12 " ) ]
2
2
#![ allow( non_camel_case_types, unused_extern_crates) ]
3
3
4
4
// This is required to link libz when libssh2-sys is not included.
Original file line number Diff line number Diff line change 65
65
//! source `Repository`, to ensure that they do not outlive the repository
66
66
//! itself.
67
67
68
- #![ doc( html_root_url = "https://docs.rs/git2/0.10 " ) ]
68
+ #![ doc( html_root_url = "https://docs.rs/git2/0.13 " ) ]
69
69
#![ allow( trivial_numeric_casts, trivial_casts) ]
70
70
#![ deny( missing_docs) ]
71
71
#![ warn( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments