From b9159066ea9d58ae56b46b2c361ae9feca761d6c Mon Sep 17 00:00:00 2001 From: meh Date: Sat, 29 Aug 2015 16:11:08 +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 54d3cb9..4b4afd8 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.7.1-4" +version = "2.7.1-5" authors = ["meh. "] license = "WTFPL"