From 101cdee8d33c8ded95a9a9f65040e8e68dc90b24 Mon Sep 17 00:00:00 2001 From: meh Date: Mon, 8 Jun 2015 15:54:30 +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 46fbe77..27f8bde 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys" -version = "2.6.2-3" +version = "2.6.2-4" authors = ["meh. "] license = "WTFPL"