Merge pull request #78 from ciuncan/master

Use `bindgen` bumped version of ffmpeg-sys-next crate
This commit is contained in:
Polochon-street 2021-10-18 20:27:45 +02:00 committed by GitHub
commit 5ed41c84ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
[package]
name = "ffmpeg-next"
version = "4.4.0-next.1"
version = "4.4.0-next.2"
build = "build.rs"
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
@ -109,9 +109,9 @@ libc = "0.2"
bitflags = "1.2"
[dependencies.image]
version = "0.12"
version = "0.23"
optional = true
[dependencies.ffmpeg-sys-next]
version = "4.4.0-next.1"
version = "4.4.0-next.2"
default-features = false