From 6f1354a5c0de73b56815e76288f39e2511f297a0 Mon Sep 17 00:00:00 2001 From: warren Date: Wed, 25 Feb 2026 17:10:12 +0800 Subject: [PATCH] modify Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2510f3d..4fcc58f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] # 啟用 "static" feature 進行靜態編譯 -# 注意:版本號可能需要根據實際情況調整,目前推薦使用 7.0 或最新版本 +# 注意:版本號可能需要根據實際情況調整,使用 8.0 或最新版本 ffmpeg-next = { version = "8.0", features = ["static"] } # [可選] 如果你希望進一步減小體積或指定編譯選項,可以添加 build-dependencies