Skip to content

Commit ce03d35

Browse files
Update gix requirement from 0.64.0 to 0.66.0
Updates the requirements on [gix](https://github.com/Byron/gitoxide) to permit the latest version. - [Release notes](https://github.com/Byron/gitoxide/releases) - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-v0.64.0...gix-v0.66.0) --- updated-dependencies: - dependency-name: gix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd754be commit ce03d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-function-history-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rayon = { version = "1.10.0", optional = true }
2525
cfg-if = "1.0.0"
2626
cached = { version = "0.53.1", optional = true }
2727
# git-index-performanc
28-
gix = { version = "0.64.0", default-features = false, features = [
28+
gix = { version = "0.66.0", default-features = false, features = [
2929
"max-performance-safe",
3030
"revision",
3131
] }

0 commit comments

Comments
 (0)