From 7ad8265c54d6163ac872e57af4d8fff53318efdc Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 24 Aug 2024 12:20:17 +0800 Subject: [PATCH] git2-hooks version bump --- Cargo.lock | 2 +- git2-hooks/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0671daf..5a117d32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ dependencies = [ [[package]] name = "git2-hooks" -version = "0.3.2" +version = "0.3.3" dependencies = [ "git2", "git2-testing", diff --git a/git2-hooks/Cargo.toml b/git2-hooks/Cargo.toml index 9f6c355d..bd64cac9 100644 --- a/git2-hooks/Cargo.toml +++ b/git2-hooks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2-hooks" -version = "0.3.2" +version = "0.3.3" authors = ["extrawurst "] edition = "2021" description = "adds git hooks support based on git2-rs"