Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Dec 13, 2023
1 parent 1131d39 commit e82185d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ bytecount = "0.6.7"
clap.workspace = true
clap_complete = "4.4.4"
crossbeam-channel = "0.5.8"
gix-features-for-configuration-only = { package = "gix-features", version = "0.34.0", features = [
"zlib-ng",
] }
gix = { version = "0.56.0", default-features = false, features = [
"max-performance-safe", "blob-diff", "mailmap", "index"
"max-performance-safe",
"blob-diff",
"mailmap",
"index",
] }
gix-features = { version = "0.34.0", features = ["zlib-ng"] }
git2 = { version = "0.18.1", default-features = false }
globset = "0.4.14"
human-panic = "1.2.1"
Expand Down

0 comments on commit e82185d

Please sign in to comment.