From fb9fee78e19d5ff81139750fa72cf31c445bab68 Mon Sep 17 00:00:00 2001 From: meh Date: Sat, 20 Jun 2015 19:14:18 +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 5ba528a..f544c4e 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.6.2-5" +version = "2.7.0-1" authors = ["meh. "] license = "WTFPL"