From 0f370cd583d2d8d7208fb2f75ff2c561bd9c72f2 Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Sat, 28 Jan 2023 01:29:59 +1100 Subject: [PATCH] Enable feature parallel on build-dep cc Signed-off-by: Jiahao XU --- bzip2-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzip2-sys/Cargo.toml b/bzip2-sys/Cargo.toml index bc2318f6..3da2dd43 100644 --- a/bzip2-sys/Cargo.toml +++ b/bzip2-sys/Cargo.toml @@ -23,7 +23,7 @@ libc = "0.2" [build-dependencies] pkg-config = "0.3.9" -cc = "1.0" +cc = { version = "1.0", features = ["parallel"] } [features] # Enable this feature if you want to have a statically linked bzip2