From 84abf1bac48ae8a6137dfe08e88ccdeb2d14f50a Mon Sep 17 00:00:00 2001 From: Ceyhun Can Ulker Date: Thu, 14 Oct 2021 17:02:28 +0300 Subject: [PATCH] Use `bindgen` bumped version of ffmpeg-sys-next crate --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 32e7eb3..68d6262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-next" -version = "4.4.0-next.1" +version = "4.4.0-next.2" build = "build.rs" authors = ["meh. ", "Zhiming Wang "] @@ -109,9 +109,9 @@ libc = "0.2" bitflags = "1.2" [dependencies.image] -version = "0.12" +version = "0.23" optional = true [dependencies.ffmpeg-sys-next] -version = "4.4.0-next.1" +version = "4.4.0-next.2" default-features = false