From ca4017266cdfe9a27c808225da34dd0f180cc2c1 Mon Sep 17 00:00:00 2001 From: meh Date: Tue, 15 Sep 2015 20:52:38 +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 a6840ee..7543358 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.7.1-10" +version = "2.8.0-1" authors = ["meh. "] license = "WTFPL"