git2-hooks version bump

This commit is contained in:
extrawurst 2024-08-24 12:20:17 +08:00
parent 4cb9500cd9
commit 7ad8265c54
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1094,7 +1094,7 @@ dependencies = [
[[package]] [[package]]
name = "git2-hooks" name = "git2-hooks"
version = "0.3.2" version = "0.3.3"
dependencies = [ dependencies = [
"git2", "git2",
"git2-testing", "git2-testing",

View File

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