From 8a0f38a986d09c76dc7ed99f49e57f9814f9e188 Mon Sep 17 00:00:00 2001 From: meh Date: Tue, 19 Sep 2017 14:40:16 +0200 Subject: [PATCH] crate: bump version --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index ac3a504..430c327 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "3.3.2" +version = "3.3.3" build = "build.rs" links = "ffmpeg"