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