Skip to content

Commit 2395493

Browse files
authored
Fix some version numbers. (#558)
1 parent 6dde3eb commit 2395493

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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
2121
included in the libgit2-sys crate so there's no need to pre-install the libgit2
2222
library, the libgit2-sys crate will figure that and/or build that for you.
2323

git2-curl/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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))]

libgit2-sys/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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)]

0 commit comments

Comments
 (0)