Skip to content

Commit

Permalink
git2-hooks version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Sep 30, 2024
1 parent d98171b commit f525868
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion asyncgit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion git2-hooks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git2-hooks"
version = "0.3.3"
version = "0.4.0"
authors = ["extrawurst <[email protected]>"]
edition = "2021"
description = "adds git hooks support based on git2-rs"
Expand Down

0 comments on commit f525868

Please sign in to comment.