Skip to content

Commit

Permalink
Bump git2-curl version. (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 19, 2022
1 parent 46674ce commit e6aa666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion git2-curl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "git2-curl"
version = "0.15.0"
version = "0.16.0"
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/git2-rs"
Expand Down
2 changes: 1 addition & 1 deletion git2-curl/src/lib.rs
Expand Up @@ -15,7 +15,7 @@
//! > **NOTE**: At this time this crate likely does not support a `git push`
//! > operation, only clones.

#![doc(html_root_url = "https://docs.rs/git2-curl/0.15")]
#![doc(html_root_url = "https://docs.rs/git2-curl/0.16")]
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![cfg_attr(test, deny(warnings))]
Expand Down

0 comments on commit e6aa666

Please sign in to comment.