From aadcf3ba62938d6cb4e5ee7f99676e68049b69c0 Mon Sep 17 00:00:00 2001 From: meh Date: Sat, 10 Jul 2021 14:54:18 +0200 Subject: [PATCH] chore: bump version --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index b4aa15c..d954cf0 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "4.3.2" +version = "4.3.3" build = "build.rs" links = "ffmpeg" readme = "README.md"