We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbee755 commit 3a12326Copy full SHA for 3a12326
Cargo.toml
@@ -52,7 +52,7 @@ ignore = "0.4.23"
52
serde = { version = "1.0.219", features = ["derive"] }
53
serde_json = "1.0.140"
54
bincode = {version= "2.0.1", features = ["serde"] }
55
-git2 = { version = "0.20.2" }
+git2 = { version = "0.20.2", default-features = false }
56
sha2 = { version = "0.10.9" }
57
thiserror = "2.0.12"
58
backtrace = "0.3.75"
0 commit comments