prepare release

This commit is contained in:
extrawurst 2024-03-22 12:23:06 -07:00
parent a4e08834e2
commit 3db4425b98
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -115,7 +115,7 @@ checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
[[package]]
name = "asyncgit"
version = "0.25.0"
version = "0.25.1"
dependencies = [
"bitflags 2.5.0",
"crossbeam-channel",

View file

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