bump git2-hooks version

This commit is contained in:
extrawurst 2025-05-26 23:22:26 +02:00
parent 07cd313087
commit 69fd7e664c
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -1134,7 +1134,7 @@ dependencies = [
[[package]]
name = "git2-hooks"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"git2",
"git2-testing",

View file

@ -23,11 +23,11 @@ dirs = "6.0"
easy-cast = "0.5"
fuzzy-matcher = "0.3"
git2 = "0.20"
git2-hooks = { path = "../git2-hooks", version = ">=0.4" }
git2-hooks = { path = "../git2-hooks", version = ">=0.5" }
gix = { version = "0.71.0", default-features = false, features = [
"max-performance",
"revision",
"mailmap"
"mailmap",
] }
log = "0.4"
# git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]}

View file

@ -1,6 +1,6 @@
[package]
name = "git2-hooks"
version = "0.4.0"
version = "0.5.0"
authors = ["extrawurst <mail@rusticorn.com>"]
edition = "2021"
description = "adds git hooks support based on git2-rs"