update to version 0.4.4

epel9
Fabio Valentini 4 years ago
parent b84967bb51
commit 1431ea3d77
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/const_fn-0.4.2.crate
/const_fn-0.4.3.crate
/const_fn-0.4.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate const_fn
Name: rust-%{crate}
Version: 0.4.3
Version: 0.4.4
Release: 1%{?dist}
Summary: Attribute for easy generation of const functions
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.4-1
- Update to version 0.4.4.
- Fixes RHBZ#1905988
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.3-1
- Update to version 0.4.3.
- Fixes RHBZ#1893851

@ -1 +1 @@
SHA512 (const_fn-0.4.3.crate) = 4c2d6c8e1bf6823f76c4572b659bb82af6b7cec2547ae132749d2443bd92cd8dfe96eeed6f704f30f7f407662b14a5d12808665a321af42cfcbc979560cb70fb
SHA512 (const_fn-0.4.4.crate) = d79f07982c8ead364f314672ed471d41c6f31431cf511eff5e4c42ebdde324842110ffb8238394d9e8ba2ac19d884fa5f359ba04cef83acb1ca9431e14acb030

Loading…
Cancel
Save