diff --git a/ffmpeg-sys-the-third/Cargo.toml b/ffmpeg-sys-the-third/Cargo.toml index a068849..6f0dce3 100644 --- a/ffmpeg-sys-the-third/Cargo.toml +++ b/ffmpeg-sys-the-third/Cargo.toml @@ -4,7 +4,11 @@ version = "1.0.0+ffmpeg-5.1.2" build = "build.rs" links = "ffmpeg" -authors = ["meh. ", "Zhiming Wang "] +authors = [ + "meh. ", + "Zhiming Wang ", + "Josh Holmer ", +] license = "WTFPL" description = "FFI bindings to FFmpeg" @@ -22,7 +26,7 @@ libc = "0.2" num_cpus = "1.11" cc = "1.0" pkg-config = "0.3" -bindgen = { version = "0.59", default-features = false, features = ["runtime"] } +bindgen = { version = "0.61", default-features = false, features = ["runtime"] } [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2"