File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 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.
1717
1818## Version of libgit2
1919
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
2121included in the libgit2-sys crate so there's no need to pre-install the libgit2
2222library, the libgit2-sys crate will figure that and/or build that for you.
2323
Original file line number Diff line number Diff line change 1515//! > **NOTE**: At this time this crate likely does not support a `git push`
1616//! > operation, only clones.
1717
18- #![ doc( html_root_url = "https://docs.rs/git2-curl/0.11 " ) ]
18+ #![ doc( html_root_url = "https://docs.rs/git2-curl/0.14 " ) ]
1919#![ deny( missing_docs) ]
2020#![ warn( rust_2018_idioms) ]
2121#![ 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 " ) ]
22#![ allow( non_camel_case_types, unused_extern_crates) ]
33
44// This is required to link libz when libssh2-sys is not included.
Original file line number Diff line number Diff line change 6565//! source `Repository`, to ensure that they do not outlive the repository
6666//! itself.
6767
68- #![ doc( html_root_url = "https://docs.rs/git2/0.10 " ) ]
68+ #![ doc( html_root_url = "https://docs.rs/git2/0.13 " ) ]
6969#![ allow( trivial_numeric_casts, trivial_casts) ]
7070#![ deny( missing_docs) ]
7171#![ warn( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments