mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
git2-hooks version bump
This commit is contained in:
parent
4cb9500cd9
commit
7ad8265c54
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1094,7 +1094,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git2-hooks"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
dependencies = [
|
||||
"git2",
|
||||
"git2-testing",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "git2-hooks"
|
||||
version = "0.3.2"
|
||||
version = "0.3.3"
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
edition = "2021"
|
||||
description = "adds git hooks support based on git2-rs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue