From 9148b6498800b91a3f8eb106a524aaa01092c5ca Mon Sep 17 00:00:00 2001 From: Donough Liu Date: Mon, 26 Aug 2024 01:27:49 +0800 Subject: [PATCH] Bump version to `0.16.0+ffmpeg.7.0` (#125) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8dea040..0021717 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_ffmpeg" -version = "0.15.0+ffmpeg.7.0" +version = "0.16.0+ffmpeg.7.0" authors = ["ldm0 "] edition = "2021" description = "A library that provides Rust bindings for FFmpeg"