We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1131d39 commit e82185dCopy full SHA for e82185d
Cargo.toml
@@ -37,12 +37,13 @@ bytecount = "0.6.7"
37
clap.workspace = true
38
clap_complete = "4.4.4"
39
crossbeam-channel = "0.5.8"
40
-gix-features-for-configuration-only = { package = "gix-features", version = "0.34.0", features = [
41
- "zlib-ng",
42
-] }
43
gix = { version = "0.56.0", default-features = false, features = [
44
- "max-performance-safe", "blob-diff", "mailmap", "index"
+ "max-performance-safe",
+ "blob-diff",
+ "mailmap",
+ "index",
45
] }
46
+gix-features = { version = "0.34.0", features = ["zlib-ng"] }
47
git2 = { version = "0.18.1", default-features = false }
48
globset = "0.4.14"
49
human-panic = "1.2.1"
0 commit comments