mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
bump git2-hooks
This commit is contained in:
parent
dd0c050b63
commit
c06235a1d5
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1148,7 +1148,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "git2-hooks"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
dependencies = [
|
||||
"git2",
|
||||
"git2-testing",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ dirs = "6.0"
|
|||
easy-cast = "0.5"
|
||||
fuzzy-matcher = "0.3"
|
||||
git2 = "0.20"
|
||||
git2-hooks = { path = "../git2-hooks", version = ">=0.5" }
|
||||
git2-hooks = { path = "../git2-hooks", version = ">=0.6" }
|
||||
gix = { version = "0.75.0", default-features = false, features = [
|
||||
"max-performance",
|
||||
"revision",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "git2-hooks"
|
||||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||
edition = "2021"
|
||||
description = "adds git hooks support based on git2-rs"
|
||||
|
|
|
|||
Loading…
Reference in a new issue