From 93fee307d6494f56a3657a18cc85c7086ed414ab Mon Sep 17 00:00:00 2001 From: extrawurst Date: Thu, 16 May 2024 19:14:32 +0200 Subject: [PATCH] version bump --- Cargo.lock | 2 +- asyncgit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb2ab7cd..2b3ad2cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,7 +151,7 @@ checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" [[package]] name = "asyncgit" -version = "0.26.0" +version = "0.26.2" dependencies = [ "bitflags 2.5.0", "crossbeam-channel", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 50a924a1..ae292994 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.26.0" +version = "0.26.2" authors = ["extrawurst "] edition = "2021" description = "allow using git2 in a asynchronous context"