Skip to content

Commit

Permalink
Merge pull request #814 from weihanglo/git2-curl-0.15.0
Browse files Browse the repository at this point in the history
Bump version of git2-curl
  • Loading branch information
ehuss committed Feb 27, 2022
2 parents 64d849b + ce54dac commit 8c6a26b
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.14.1"
version = "0.15.0"
authors = ["Josh Triplett <josh@joshtriplett.org>", "Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/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.14")]
#![doc(html_root_url = "https://docs.rs/git2-curl/0.15")]
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![cfg_attr(test, deny(warnings))]
Expand Down

0 comments on commit 8c6a26b

Please sign in to comment.