From d67ca8ce5169fb8bb0a1983324b5b7158f5c0099 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 9 Aug 2020 14:02:51 +0800 Subject: [PATCH] crate: bump ffmpeg-sys-next dep to 4.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1efb46e..a1997f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,5 +111,5 @@ version = "0.12" optional = true [dependencies.ffmpeg-sys-next] -version = "4.3.2" +version = "4.3.4" default-features = false