Update to 0.14.3

epel9
Josh Stone 5 years ago
parent 2e48088113
commit f0b2da2853

1
.gitignore vendored

@ -25,3 +25,4 @@
/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 /cbindgen-0.14.2.crate
/cbindgen-0.14.3.crate

@ -4,7 +4,7 @@
%global crate cbindgen %global crate cbindgen
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.14.2 Version: 0.14.3
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
* Fri Jun 26 2020 Josh Stone <jistone@redhat.com> - 0.14.3-1
- Update to 0.14.3
* Tue May 05 2020 Josh Stone <cuviper@gmail.com> - 0.14.2-1 * Tue May 05 2020 Josh Stone <cuviper@gmail.com> - 0.14.2-1
- Update to 0.14.2 - Update to 0.14.2

@ -1 +1 @@
SHA512 (cbindgen-0.14.2.crate) = d3ab0a4c217c9047bc3ada7911d4ae1bdfc09092835f78d232bb56ef0d9a499df43e358532dfb828a04df61a0cacccd7e57214cd15f466791eb1b8edd9f92ed0 SHA512 (cbindgen-0.14.3.crate) = abce798aff93260c28b0717df5fd25cf24b3eb89c9d05df4832d06169ec30db8e1c17a300f88087c6fbd4414a6aae6788e162dde838aac01c499afcb145c8461

Loading…
Cancel
Save