From d4101ae4934e001616ff2626228dff6cb37825e4 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Thu, 26 Mar 2026 09:23:07 +0800 Subject: [PATCH] Fix feature deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cfd239c..3e53c47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ lossless-audio = ["utils-pcm"] audio-flac = ["libflac-sys", "utils-pcm"] unstable = ["msg_tool_macro/unstable"] jieba = ["jieba-rs"] -emote-psb = ["dep:emote-psb", "lz4"] +emote-psb = ["dep:emote-psb", "adler", "lz4"] # utils feature utils-bit-stream = [] utils-blowfish = ["byteorder"]