Update to 0.14.2

epel9
Josh Stone 5 years ago
parent c98187ebd8
commit 2e48088113

1
.gitignore vendored

@ -24,3 +24,4 @@
/cbindgen-0.13.1.crate /cbindgen-0.13.1.crate
/cbindgen-0.13.2.crate /cbindgen-0.13.2.crate
/cbindgen-0.14.1.crate /cbindgen-0.14.1.crate
/cbindgen-0.14.2.crate

@ -4,7 +4,7 @@
%global crate cbindgen %global crate cbindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.14.1 Version: 0.14.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for generating C bindings to Rust code Summary: Tool for generating C bindings to Rust code
@ -103,6 +103,9 @@ echo '/usr/bin/gcc'
%endif %endif
%changelog %changelog
* Tue May 05 2020 Josh Stone <cuviper@gmail.com> - 0.14.2-1
- Update to 0.14.2
* Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 0.14.1-1 * Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 0.14.1-1
- Update to 0.14.1 - Update to 0.14.1

@ -1 +1 @@
SHA512 (cbindgen-0.14.1.crate) = a6937dd4eec1a1075265d3f6ff38694018fb9dee300b349062fbfa490b2d67c16d4a9154309367eec36686abeadf2fa61fd47170860e81893e91ad4cba820ed7 SHA512 (cbindgen-0.14.2.crate) = d3ab0a4c217c9047bc3ada7911d4ae1bdfc09092835f78d232bb56ef0d9a499df43e358532dfb828a04df61a0cacccd7e57214cd15f466791eb1b8edd9f92ed0

Loading…
Cancel
Save