From c06235a1d5c7460a4437ea9ee2e47703ce431c60 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 14 Dec 2025 15:01:52 -0500 Subject: [PATCH] bump git2-hooks --- Cargo.lock | 2 +- asyncgit/Cargo.toml | 2 +- git2-hooks/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ca0c87e..9f0a62ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1148,7 +1148,7 @@ dependencies = [ [[package]] name = "git2-hooks" -version = "0.5.0" +version = "0.6.0" dependencies = [ "git2", "git2-testing", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index f9c0d15f..8357c6e4 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -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", diff --git a/git2-hooks/Cargo.toml b/git2-hooks/Cargo.toml index 34bbd45d..f812d1e6 100644 --- a/git2-hooks/Cargo.toml +++ b/git2-hooks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2-hooks" -version = "0.5.0" +version = "0.6.0" authors = ["extrawurst "] edition = "2021" description = "adds git hooks support based on git2-rs"