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