diff --git a/Cargo.toml b/Cargo.toml index d64ffcb..6681067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-next" -version = "4.2.2" +version = "4.3.0" build = "build.rs" authors = ["meh. ", "Zhiming Wang "] @@ -105,5 +105,5 @@ optional = true [dependencies.ffmpeg-sys-next] path = "../rust-ffmpeg-sys" -version = "4.2" +version = "4.3" default-features = false