From 1172522bcad26744d59aa4f542e1cd4e6d3dea80 Mon Sep 17 00:00:00 2001 From: Naden Date: Thu, 22 Feb 2024 19:52:06 +1100 Subject: [PATCH] Updated to latest CC to limit thread spawning --- zstd-safe/zstd-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd-safe/zstd-sys/Cargo.toml b/zstd-safe/zstd-sys/Cargo.toml index 29a22cb3..0bcdd7ee 100644 --- a/zstd-safe/zstd-sys/Cargo.toml +++ b/zstd-safe/zstd-sys/Cargo.toml @@ -59,7 +59,7 @@ features = ["runtime", "which-rustfmt"] version = "0.3" [build-dependencies.cc] -version = "1.0.45" +version = "1.0.86" features = ["parallel"] [features]