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"