From 42814303a7f82199cedd8508ff21d06f0b6f434e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 30 Nov 2021 23:17:55 +0100 Subject: [PATCH] version bump --- Cargo.toml | 4 ++-- libgit2-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 17808d6623..2f5a415a86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2" -version = "0.13.24" +version = "0.13.25" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" @@ -20,7 +20,7 @@ url = "2.0" bitflags = "1.1.0" libc = "0.2" log = "0.4.8" -libgit2-sys = { path = "libgit2-sys", version = "0.12.25" } +libgit2-sys = { path = "libgit2-sys", version = "0.12.26" } [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies] openssl-sys = { version = "0.9.0", optional = true } diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index bc8889a2ba..dd91e9ff49 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libgit2-sys" -version = "0.12.25+1.3.0" +version = "0.12.26+1.3.0" authors = ["Josh Triplett ", "Alex Crichton "] links = "git2" build = "build.rs"