From 775b36d95095afecaa583520490eb943d147bf68 Mon Sep 17 00:00:00 2001 From: meh Date: Mon, 22 Jun 2015 13:42:20 +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 f544c4e..ea09d30 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.7.0-1" +version = "2.7.1-1" authors = ["meh. "] license = "WTFPL"