Skip to content

Commit 8c6a26b

Browse files
authored
Merge pull request #814 from weihanglo/git2-curl-0.15.0
Bump version of git2-curl
2 parents 64d849b + ce54dac commit 8c6a26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

git2-curl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2-curl"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/rust-lang/git2-rs"

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.14")]
18+
#![doc(html_root_url = "https://docs.rs/git2-curl/0.15")]
1919
#![deny(missing_docs)]
2020
#![warn(rust_2018_idioms)]
2121
#![cfg_attr(test, deny(warnings))]

0 commit comments

Comments
 (0)