From f52586885e260a0e8cadcee309ef9ce4e02fa0b0 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 30 Sep 2024 11:24:06 +0200 Subject: [PATCH] git2-hooks version bump --- 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 0e741c18..9644c4c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,7 +1073,7 @@ dependencies = [ [[package]] name = "git2-hooks" -version = "0.3.3" +version = "0.4.0" dependencies = [ "git2", "git2-testing", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index d5899076..9a3b5d2b 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -18,7 +18,7 @@ dirs = "5.0" easy-cast = "0.5" fuzzy-matcher = "0.3" 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 = [ "max-performance", "revision", diff --git a/git2-hooks/Cargo.toml b/git2-hooks/Cargo.toml index bd64cac9..ebc9fe8b 100644 --- a/git2-hooks/Cargo.toml +++ b/git2-hooks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2-hooks" -version = "0.3.3" +version = "0.4.0" authors = ["extrawurst "] edition = "2021" description = "adds git hooks support based on git2-rs"