Skip to content

Commit e82185d

Browse files
committed
rename package
1 parent 1131d39 commit e82185d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ bytecount = "0.6.7"
3737
clap.workspace = true
3838
clap_complete = "4.4.4"
3939
crossbeam-channel = "0.5.8"
40-
gix-features-for-configuration-only = { package = "gix-features", version = "0.34.0", features = [
41-
"zlib-ng",
42-
] }
4340
gix = { version = "0.56.0", default-features = false, features = [
44-
"max-performance-safe", "blob-diff", "mailmap", "index"
41+
"max-performance-safe",
42+
"blob-diff",
43+
"mailmap",
44+
"index",
4545
] }
46+
gix-features = { version = "0.34.0", features = ["zlib-ng"] }
4647
git2 = { version = "0.18.1", default-features = false }
4748
globset = "0.4.14"
4849
human-panic = "1.2.1"

0 commit comments

Comments
 (0)