From c851583736082033394d9a3a757439febd1711c9 Mon Sep 17 00:00:00 2001 From: ldm0 Date: Mon, 26 Aug 2024 01:06:54 +0800 Subject: [PATCH] Bump version to `0.16.0+ffmpeg.7.0` --- 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"