From 6d4438f3e9c1b6f5208eb5fbb6d94f4dc905ca9a Mon Sep 17 00:00:00 2001 From: Donough Liu Date: Tue, 19 Aug 2025 04:16:13 +0800 Subject: [PATCH] chore: bump version to 0.16.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd3fde1..c427ca4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_ffmpeg" -version = "0.16.3+ffmpeg.7.1" +version = "0.16.4+ffmpeg.7.1" authors = ["ldm0 "] edition = "2021" description = "A library that provides Rust bindings for FFmpeg"