We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46674ce commit e6aa666Copy full SHA for e6aa666
git2-curl/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "git2-curl"
3
-version = "0.15.0"
+version = "0.16.0"
4
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-lang/git2-rs"
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.15")]
+#![doc(html_root_url = "https://docs.rs/git2-curl/0.16")]
19
#![deny(missing_docs)]
20
#![warn(rust_2018_idioms)]
21
#![cfg_attr(test, deny(warnings))]
0 commit comments