From 3f14d528364ad1e45d47f26aa222a672eb119d5a Mon Sep 17 00:00:00 2001 From: James Tomlinson Date: Sat, 24 Feb 2024 23:19:08 +0000 Subject: [PATCH] revert: Disable parallel feature in cc crate (#124) This reverts commit edb3679375534d98635924b1a01cf7e99338725a. --- clp-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clp-sys/Cargo.toml b/clp-sys/Cargo.toml index f1bfd292..a17fe7a7 100644 --- a/clp-sys/Cargo.toml +++ b/clp-sys/Cargo.toml @@ -9,4 +9,4 @@ edition = "2018" [dependencies] [build-dependencies] -cc = { version = "1.0", features = [] } +cc = { version = "1.0", features = ["parallel"] }