From 72752a409fb035e0a3f30289d5f43d7b8762f5c5 Mon Sep 17 00:00:00 2001 From: andersmusikkahs Date: Thu, 9 Jan 2025 19:30:47 +0100 Subject: [PATCH] Update Cargo.toml (#317) Require a more recent version of pkg-config, since "0.3.0" doesn't actually compile using recent versions of rustc. --- 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 651bb0d3..502e0809 100644 --- a/zstd-safe/zstd-sys/Cargo.toml +++ b/zstd-safe/zstd-sys/Cargo.toml @@ -56,7 +56,7 @@ default-features = false features = ["runtime", "which-rustfmt"] [build-dependencies.pkg-config] -version = "0.3" +version = "0.3.28" [build-dependencies.cc] version = "1.0.45"