Skip to content

Commit e46837d

Browse files
committed
style: adjust git2 dependency comments to match project conventions
1 parent 0819a1d commit e46837d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ async-trait = "0.1.89"
9999
sysinfo = "0.38.0"
100100
indexmap = { version = "2.13.0", features = ["serde"] }
101101

102-
# For Linux/Mac: Keep building OpenSSL so the binary runs on any distro
102+
# Unix: vendored OpenSSL for portable binaries
103103
[target.'cfg(unix)'.dependencies]
104104
git2 = { version = "0.20.3", features = ["vendored-openssl"] }
105-
# For Windows: Use native Windows APIs (Schannel). No C++ OpenSSL build needed!
105+
# Windows: native TLS (Schannel) instead of OpenSSL
106106
[target.'cfg(windows)'.dependencies]
107107
git2 = { version = "0.20.3", default-features = false, features = ["https", "ssh"] }
108108

0 commit comments

Comments
 (0)