From ce54dacf986e4ce309f1d982987621f496c40c62 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 26 Feb 2022 14:44:38 +0800 Subject: [PATCH] Bump version of git2-curl --- 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 e85de4cde4..22eb343457 100644 --- a/git2-curl/Cargo.toml +++ b/git2-curl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2-curl" -version = "0.14.1" +version = "0.15.0" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT/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 8f59bceb59..e8c2aac9d8 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.14")] +#![doc(html_root_url = "https://docs.rs/git2-curl/0.15")] #![deny(missing_docs)] #![warn(rust_2018_idioms)] #![cfg_attr(test, deny(warnings))]