From 5b3f18a5a970a8460abbfd981474002b7e0572cf Mon Sep 17 00:00:00 2001 From: ldm0 Date: Sat, 11 Apr 2026 04:27:01 +0800 Subject: [PATCH] chore: Bump version to 0.17.0+ffmpeg.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f59d40e..713b1a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_ffmpeg" -version = "0.16.7+ffmpeg.8" +version = "0.17.0+ffmpeg.8.1" authors = ["ldm0 "] edition = "2021" description = "A library that provides Rust bindings for FFmpeg"