diff --git a/Cargo.toml b/Cargo.toml index 5807cc17..7a8c4a0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ url.workspace = true wait-timeout = "0.2" walkdir = { workspace = true, optional = true } xz2 = "0.1.3" -zstd = "0.13" +zstd = { version = "0.13", features = ["pkg-config"] } [target."cfg(windows)".dependencies] cc = "1"