diff --git a/Cargo.toml b/Cargo.toml index 850a85a..bca64b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ authors = [ default = [] [dependencies] -cc = "1.0" +cc = { version = "1.0", features = ["parallel"] } vcpkg = "0.2" pkg-config = "0.3"