From 00cc4e8584a0376f5cf5b605909b5f2b7b1ff9be Mon Sep 17 00:00:00 2001 From: Polochon-street Date: Thu, 17 Feb 2022 17:53:33 +0100 Subject: [PATCH] *Actually* bump rust-ffmpeg-sys this time --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0d2083..c6a6315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-next" -version = "5.0.1" +version = "5.0.2" build = "build.rs" authors = ["meh. ", "Zhiming Wang "] @@ -113,5 +113,5 @@ version = "0.23" optional = true [dependencies.ffmpeg-sys-next] -version = "5.0.0" +version = "5.0.1" default-features = false