Skip to content

Commit 09b68f8

Browse files
committed
more cargo pumps
1 parent 98e130f commit 09b68f8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ vendor-openssl = ["asyncgit/vendor-openssl"]
3535

3636
[dependencies]
3737
anyhow = "1.0"
38-
asyncgit = { path = "./asyncgit", version = "0.29.0", default-features = false }
38+
asyncgit = { path = "./asyncgit", version = "0.28.1", default-features = false }
3939
backtrace = "0.3"
4040
base64 = "0.22"
4141
bitflags = "2.10"

asyncgit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "asyncgit"
3-
version = "0.28.0"
3+
version = "0.28.1"
44
authors = ["extrawurst <mail@rusticorn.com>"]
55
edition = "2021"
66
description = "allow using git2 in a asynchronous context"
@@ -18,7 +18,7 @@ dirs = "6.0"
1818
easy-cast = "0.5"
1919
fuzzy-matcher = "0.3"
2020
git2 = "0.20"
21-
git2-hooks = { path = "../git2-hooks", version = ">=0.6" }
21+
git2-hooks = { path = "../git2-hooks", version = "0.7" }
2222
gix = { version = "0.78.0", default-features = false, features = [
2323
"mailmap",
2424
"max-performance",

0 commit comments

Comments
 (0)