From 3db4425b981d0ad7ce7ba1a05fd36c1744b969ee Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 22 Mar 2024 12:23:06 -0700 Subject: [PATCH] prepare release --- Cargo.lock | 2 +- asyncgit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0607fb3..9525bbcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "asyncgit" -version = "0.25.0" +version = "0.25.1" dependencies = [ "bitflags 2.5.0", "crossbeam-channel", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 68da1ed7..eec1e09c 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.25.0" +version = "0.25.1" authors = ["extrawurst "] edition = "2021" description = "allow using git2 in a asynchronous context"