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"