We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22951c commit 2aafd80Copy full SHA for 2aafd80
git2-curl/src/lib.rs
@@ -15,7 +15,7 @@
15
//! > **NOTE**: At this time this crate likely does not support a `git push`
16
//! > operation, only clones.
17
18
-#![doc(html_root_url = "https://docs.rs/git2-curl/0.18")]
+#![doc(html_root_url = "https://docs.rs/git2-curl/0.19")]
19
#![deny(missing_docs)]
20
#![warn(rust_2018_idioms)]
21
#![cfg_attr(test, deny(warnings))]
libgit2-sys/lib.rs
@@ -1,4 +1,4 @@
1
-#![doc(html_root_url = "https://docs.rs/libgit2-sys/0.15")]
+#![doc(html_root_url = "https://docs.rs/libgit2-sys/0.16")]
2
#![allow(non_camel_case_types, unused_extern_crates)]
3
4
// This is required to link libz when libssh2-sys is not included.
0 commit comments