Skip to content

Commit 2aafd80

Browse files
committed
Fix html_root_url for next release
1 parent e22951c commit 2aafd80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.18")]
18+
#![doc(html_root_url = "https://docs.rs/git2-curl/0.19")]
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.15")]
1+
#![doc(html_root_url = "https://docs.rs/libgit2-sys/0.16")]
22
#![allow(non_camel_case_types, unused_extern_crates)]
33

44
// This is required to link libz when libssh2-sys is not included.

0 commit comments

Comments
 (0)