Update to 0.54.0

epel9
Josh Stone 5 years ago
parent 0667b01dc0
commit b502c22841

1
.gitignore vendored

@ -11,3 +11,4 @@
/bindgen-0.52.0.crate
/bindgen-0.53.1.crate
/bindgen-0.53.2.crate
/bindgen-0.54.0.crate

@ -4,8 +4,8 @@
%global crate bindgen
Name: rust-%{crate}
Version: 0.53.2
Release: 2%{?dist}
Version: 0.54.0
Release: 1%{?dist}
Summary: Automatically generates Rust FFI bindings to C and C++ libraries
# Upstream license specification: BSD-3-Clause
@ -267,6 +267,9 @@ which use "which-rustfmt" feature of "%{crate}" crate.
%endif
%changelog
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 0.54.0-1
- Update to 0.54.0
* Thu May 14 08:11:52 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.53.2-2
- Link with libclang instead of runtime detection

@ -1 +1 @@
SHA512 (bindgen-0.53.2.crate) = b4c4540dfcfd7be36a67ca58700fd44a0f3da42e289f1a84a43039b840e168321d08934c3188cf7d25be23df99c6df62941ff699d4e26456d4813715f6c88e36
SHA512 (bindgen-0.54.0.crate) = 17053d27fc54cf905c2ec481f7e236352fca4e676c4dfaa260f36a357f4b54bec2a6a5983ca036055df236aa21e80f6650635462ce9e700cde4ca119a80c5da1

Loading…
Cancel
Save