From 77fdeb479ce5fd7b05e1b6911531ec0899d11ba9 Mon Sep 17 00:00:00 2001 From: meh Date: Fri, 3 Jul 2015 16:41:03 +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 e9c1b52..d6b5de6 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.7.1-2" +version = "2.7.1-3" authors = ["meh. "] license = "WTFPL"