From 689a39d9eb1641a6e09cd81b778429aef6b9dbdc Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Fri, 10 Feb 2023 17:29:02 -0500 Subject: [PATCH] Publish sys 1.0.1 Closes #4 --- CHANGELOG.md | 6 +++++- ffmpeg-sys-the-third/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 960fa61..6ae7573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -## Version 1.1.2 +## _sys_ Version 1.0.1 - Fix static building after a change in ffmpeg's branch naming structure broke it +## Version 1.1.2 + +No changes from 1.1.1. + ## Version 1.1.1 - Fix compilation on some non-x64 platforms diff --git a/ffmpeg-sys-the-third/Cargo.toml b/ffmpeg-sys-the-third/Cargo.toml index 6f0dce3..7067eb3 100644 --- a/ffmpeg-sys-the-third/Cargo.toml +++ b/ffmpeg-sys-the-third/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffmpeg-sys-the-third" -version = "1.0.0+ffmpeg-5.1.2" +version = "1.0.1+ffmpeg-5.1.2" build = "build.rs" links = "ffmpeg"