From 8aabd018f537934d4520d6dad97d29d6f41baa54 Mon Sep 17 00:00:00 2001 From: meh Date: Tue, 19 Jul 2016 00:08:24 +0200 Subject: [PATCH] crate: use general 2.8 version of ffmpeg-sys --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59a30a2..6e5c568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,5 +95,5 @@ version = "0.4" optional = true [dependencies.ffmpeg-sys] -version = "2.8.7" +version = "2.8" default-features = false