Merge pull request #67 from zmwangx/bump-version

Bump version to 4.4.0
This commit is contained in:
Polochon-street 2021-07-07 17:32:20 +02:00
commit efc0463302
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "ffmpeg-next"
version = "4.4.0-dev"
version = "4.4.0"
build = "build.rs"
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
@ -111,5 +111,5 @@ version = "0.12"
optional = true
[dependencies.ffmpeg-sys-next]
version = "4.3.5"
version = "4.4.0"
default-features = false

View File

@ -4,7 +4,7 @@
This is a fork of the abandoned [ffmpeg](https://crates.io/crates/ffmpeg) crate by [meh.](https://github.com/meh/rust-ffmpeg).
Currently supported FFmpeg versions: 3.4.x through 4.3.x.
Currently supported FFmpeg versions: 3.4.x through 4.4.x.
Build instructions can be found on the [wiki](https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building).