From 38cdc87e93e40bad3b30c753ea133b73e9bf2317 Mon Sep 17 00:00:00 2001 From: overtrue Date: Tue, 15 Jul 2025 02:27:01 +0800 Subject: [PATCH] fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1da46e42..64ef4ed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -265,7 +265,7 @@ wildmatch = { version = "2.4.0", features = ["serde"] } winapi = { version = "0.3.9" } xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] } zip = "2.4.2" -zstd = { version = "0.13.3", features = ["pkg-config"] } +zstd = "0.13.3" anyhow = "1.0.98" [profile.wasm-dev]