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