From ac39710b8b0b93daff3761df582d36ed9b0f64dc Mon Sep 17 00:00:00 2001 From: Donough Liu Date: Sun, 24 Aug 2025 05:54:01 +0800 Subject: [PATCH] chore: Bump version to 0.16.7+ffmpeg.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c6fd87..6e4149f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_ffmpeg" -version = "0.16.6+ffmpeg.8" +version = "0.16.7+ffmpeg.8" authors = ["ldm0 "] edition = "2021" description = "A library that provides Rust bindings for FFmpeg"