From e6aa6666b9f0f9110adf5bad56ea1d1dfa119d1c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Tue, 19 Jul 2022 09:03:38 -0700 Subject: [PATCH] Bump git2-curl version. (#861) --- git2-curl/Cargo.toml | 2 +- git2-curl/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git2-curl/Cargo.toml b/git2-curl/Cargo.toml index e249c7bca9..3dc80e4246 100644 --- a/git2-curl/Cargo.toml +++ b/git2-curl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2-curl" -version = "0.15.0" +version = "0.16.0" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/git2-rs" diff --git a/git2-curl/src/lib.rs b/git2-curl/src/lib.rs index e8c2aac9d8..480c51c982 100644 --- a/git2-curl/src/lib.rs +++ b/git2-curl/src/lib.rs @@ -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))]