From 85ce7d8814582bc15f0f29c12e4557faf7c03cd7 Mon Sep 17 00:00:00 2001 From: meh Date: Tue, 23 Jun 2015 15:12:17 +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 ea09d30..e9c1b52 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.7.1-1" +version = "2.7.1-2" authors = ["meh. "] license = "WTFPL"