Update to 0.42.2

epel9
Josh Stone 6 years ago
parent 7a6cbf8b10
commit 6926496acc

1
.gitignore vendored

@ -1,2 +1,3 @@
/bindgen-0.42.0.crate /bindgen-0.42.0.crate
/bindgen-0.42.1.crate /bindgen-0.42.1.crate
/bindgen-0.42.2.crate

@ -4,7 +4,7 @@
%global crate bindgen %global crate bindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.42.1 Version: 0.42.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Automatically generates Rust FFI bindings to C and C++ libraries Summary: Automatically generates Rust FFI bindings to C and C++ libraries
@ -87,6 +87,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.42.2-1
- Update to 0.42.2
* Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.42.1-1 * Mon Oct 08 2018 Josh Stone <jistone@redhat.com> - 0.42.1-1
- Update to 0.42.1 - Update to 0.42.1

@ -1 +1 @@
SHA512 (bindgen-0.42.1.crate) = 65950fbe1ade96eb87bcc2e45da9c63f284115e0e7c39a7a3df9b565055c92f058bae3c24b077ba486dcaaa0f43434cb5e1cd50181fe16cc5c6da0dbd4580a2b SHA512 (bindgen-0.42.2.crate) = 61a63b40057bb8a5aaf8e0e6c62598c6b696c9a46818308bfccbe0d09d667d8bd8fdc94e8d3111d60656952d0bfd80509f69c7a7f94c9ad7f5585a3c39c73430

Loading…
Cancel
Save