version bump

This commit is contained in:
extrawurst 2024-05-16 19:14:32 +02:00
parent 9be28c9af9
commit 93fee307d6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -151,7 +151,7 @@ checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
[[package]]
name = "asyncgit"
version = "0.26.0"
version = "0.26.2"
dependencies = [
"bitflags 2.5.0",
"crossbeam-channel",

View File

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.26.0"
version = "0.26.2"
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
description = "allow using git2 in a asynchronous context"