diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index 67eaf8dc8e..681dc63696 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -27,7 +27,7 @@ libz-sys = { version = "1.1.0", default-features = false, features = ["libc"] } [build-dependencies] pkg-config = "0.3.15" -cc = { version = "1.0.43", features = ['parallel'] } +cc = "1.0.43" # parallel feature is not compatible with vendored openssl [target.'cfg(unix)'.dependencies] openssl-sys = { version = "0.9.45", optional = true }