8000
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 64d849b commit ce54dacCopy full SHA for ce54dac
git2-curl/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "git2-curl"
3
-version = "0.14.1"
+version = "0.15.0"
4
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
5
license = "MIT/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.14")]
+#![doc(html_root_url = "https://docs.rs/git2-curl/0.15")]
19
#![deny(missing_docs)]
20
#![warn(rust_2018_idioms)]
21
#![cfg_attr(test, deny(warnings))]
0 commit comments