diff --git a/Cargo.toml b/Cargo.toml index ea7873d..52cd23a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-next" -version = "4.4.0-dev" +version = "4.4.0" build = "build.rs" authors = ["meh. ", "Zhiming Wang "] @@ -111,5 +111,5 @@ version = "0.12" optional = true [dependencies.ffmpeg-sys-next] -version = "4.3.5" +version = "4.4.0" default-features = false