From 32dcc51bccde1c7ccf7983fe309e31f35178b1ac Mon Sep 17 00:00:00 2001 From: meh Date: Tue, 23 Feb 2016 03:13:39 +0100 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 d99a47e..1ef5509 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.8.3-4" +version = "2.8.6-1" build = "build.rs" links = "ffmpeg"