mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
git2-hooks version bump
This commit is contained in:
parent
d98171b2aa
commit
f52586885e
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1073,7 +1073,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "git2-hooks"
|
name = "git2-hooks"
|
||||||
version = "0.3.3"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"git2",
|
"git2",
|
||||||
"git2-testing",
|
"git2-testing",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ dirs = "5.0"
|
||||||
easy-cast = "0.5"
|
easy-cast = "0.5"
|
||||||
fuzzy-matcher = "0.3"
|
fuzzy-matcher = "0.3"
|
||||||
git2 = "0.19"
|
git2 = "0.19"
|
||||||
git2-hooks = { path = "../git2-hooks", version = "0.3" }
|
git2-hooks = { path = "../git2-hooks", version = ">=0.4" }
|
||||||
gix = { version = "0.66", default-features = false, features = [
|
gix = { version = "0.66", default-features = false, features = [
|
||||||
"max-performance",
|
"max-performance",
|
||||||
"revision",
|
"revision",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "git2-hooks"
|
name = "git2-hooks"
|
||||||
version = "0.3.3"
|
version = "0.4.0"
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue