Bump to v4.3.0

This commit is contained in:
Zhiming Wang 2020-06-17 01:56:47 +08:00
parent f050471dfe
commit 48271cc587
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -1,6 +1,6 @@
[package] [package]
name = "ffmpeg-next" name = "ffmpeg-next"
version = "4.2.2" version = "4.3.0"
build = "build.rs" build = "build.rs"
authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"] authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
@ -105,5 +105,5 @@ optional = true
[dependencies.ffmpeg-sys-next] [dependencies.ffmpeg-sys-next]
path = "../rust-ffmpeg-sys" path = "../rust-ffmpeg-sys"
version = "4.2" version = "4.3"
default-features = false default-features = false