We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parallel
cc
1 parent 3da58f3 commit eef6c42Copy full SHA for eef6c42
libgit2-sys/Cargo.toml
@@ -27,7 +27,7 @@ libz-sys = { version = "1.1.0", default-features = false, features = ["libc"] }
27
28
[build-dependencies]
29
pkg-config = "0.3.15"
30
-cc = { version = "1.0.43", features = ['parallel'] }
+cc = "1.0.43" # parallel feature is not compatible with vendored openssl
31
32
[target.'cfg(unix)'.dependencies]
33
openssl-sys = { version = "0.9.45", optional = true }
0 commit comments