Skip to content

Commit e6aa666

Browse files
authored
Bump git2-curl version. (#861)
1 parent 46674ce commit e6aa666

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.15.0"
3+
version = "0.16.0"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/git2-rs"

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

0 commit comments

Comments
 (0)