From da69994bcbe94ffc6b6c671c92569535a705cd48 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 5 Sep 2021 00:07:40 +0200 Subject: [PATCH] version bumps --- Cargo.toml | 4 ++-- libgit2-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7bdde1284d..10fa35ef82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2" -version = "0.13.21" +version = "0.13.22" 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.22" } +libgit2-sys = { path = "libgit2-sys", version = "0.12.23" } [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 94e3f54994..0905273241 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libgit2-sys" -version = "0.12.22+1.2.0" +version = "0.12.23+1.2.0" authors = ["Josh Triplett ", "Alex Crichton "] links = "git2" build = "build.rs"