Skip to content

Commit 69fd7e6

Browse files
committed
bump git2-hooks version
1 parent 07cd313 commit 69fd7e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asyncgit/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ dirs = "6.0"
2323
easy-cast = "0.5"
2424
fuzzy-matcher = "0.3"
2525
git2 = "0.20"
26-
git2-hooks = { path = "../git2-hooks", version = ">=0.4" }
26+
git2-hooks = { path = "../git2-hooks", version = ">=0.5" }
2727
gix = { version = "0.71.0", default-features = false, features = [
2828
"max-performance",
2929
"revision",
30-
"mailmap"
30+
"mailmap",
3131
] }
3232
log = "0.4"
3333
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}

git2-hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2-hooks"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "adds git hooks support based on git2-rs"

0 commit comments

Comments
 (0)