From 1fa4cfefc6ed3820534602b8fc85501aec08054e Mon Sep 17 00:00:00 2001 From: meh Date: Mon, 8 Jun 2015 15:53:46 +0200 Subject: [PATCH] crate: bump version --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 598274d..907a33a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg" -version = "0.1.0" +version = "0.1.1" authors = ["meh. "] license = "WTFPL" @@ -27,4 +27,5 @@ bitflags = "0.1" [dependencies.ffmpeg-sys] version = "2.6.2" + default-features = false