From a6f1076b7b446fe2cb0a8688f0f75542f1802da0 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 19 Oct 2018 14:44:34 -0700 Subject: [PATCH] Update cargo.toml --- zstd-safe/zstd-sys/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zstd-safe/zstd-sys/Cargo.toml b/zstd-safe/zstd-sys/Cargo.toml index 4db320d5..fa4fa7ef 100644 --- a/zstd-safe/zstd-sys/Cargo.toml +++ b/zstd-safe/zstd-sys/Cargo.toml @@ -20,13 +20,17 @@ version = "1.4.5+zstd.1.3.6" [build-dependencies] blob = "0.2.0" -cc = { version = "1.0", features = ["parallel"] } glob = "0.2.11" [build-dependencies.bindgen] optional = true version = "0.42" +[build-dependencies.cc] +version = "1.0" +features = ["parallel"] + + [dependencies] libc = "0.2.21"