Skip to content

Commit 3a12326

Browse files
committed
refactor: remove git2 ssl
1 parent fbee755 commit 3a12326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ignore = "0.4.23"
5252
serde = { version = "1.0.219", features = ["derive"] }
5353
serde_json = "1.0.140"
5454
bincode = {version= "2.0.1", features = ["serde"] }
55-
git2 = { version = "0.20.2" }
55+
git2 = { version = "0.20.2", default-features = false }
5656
sha2 = { version = "0.10.9" }
5757
thiserror = "2.0.12"
5858
backtrace = "0.3.75"

0 commit comments

Comments
 (0)