Skip to content

Commit c06235a

Browse files
committed
bump git2-hooks
1 parent dd0c050 commit c06235a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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.5" }
26+
git2-hooks = { path = "../git2-hooks", version = ">=0.6" }
2727
gix = { version = "0.75.0", default-features = false, features = [
2828
"max-performance",
2929
"revision",

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.5.0"
3+
version = "0.6.0"
44
authors = ["extrawurst <[email protected]>"]
55
edition = "2021"
66
description = "adds git hooks support based on git2-rs"

0 commit comments

Comments
 (0)