Skip to content

Commit 9f2e33f

Browse files
authored
Merge branch 'master' into feature_xhw
2 parents d8e7112 + f525868 commit 9f2e33f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asyncgit/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dirs = "5.0"
1818
easy-cast = "0.5"
1919
fuzzy-matcher = "0.3"
2020
git2 = "0.19"
21-
git2-hooks = { path = "../git2-hooks", version = "0.3" }
21+
git2-hooks = { path = "../git2-hooks", version = ">=0.4" }
2222
gix = { version = "0.66", default-features = false, features = [
2323
"max-performance",
2424
"revision",

git2-hooks/Cargo.toml

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

0 commit comments

Comments
 (0)