From 36073c2f4bd3c4b35cb5ff199d2467e9b8ecbe4d Mon Sep 17 00:00:00 2001 From: meh Date: Sat, 21 Nov 2015 18:45:50 +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 cb9e231..f9a1111 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.8.0-5" +version = "2.8.2-1" build = "build.rs" links = "ffmpeg"