From b2808f7704bdfa7fd062528f47109e8ecad2e4a4 Mon Sep 17 00:00:00 2001 From: meh Date: Fri, 28 Aug 2015 16:20:51 +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 d6b5de6..54d3cb9 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.7.1-3" +version = "2.7.1-4" authors = ["meh. "] license = "WTFPL"