sys version 1.0.2

This commit is contained in:
Josh Holmer 2023-02-10 17:30:28 -05:00
parent d1fea08f3f
commit 4c03911ac4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## _sys_ Version 1.0.2
- Fix building against clang 16 by using latest bindgen crate
## _sys_ Version 1.0.1
- Fix static building after a change in ffmpeg's branch naming structure broke it

View File

@ -1,6 +1,6 @@
[package]
name = "ffmpeg-sys-the-third"
version = "1.0.1+ffmpeg-5.1.2"
version = "1.0.2+ffmpeg-5.1.2"
build = "build.rs"
links = "ffmpeg"