update to version 0.4.7

epel9
Fabio Valentini 4 years ago
parent 10806f00fb
commit ac0ecf19ee
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/const_fn-0.4.4.crate
/const_fn-0.4.5.crate
/const_fn-0.4.6.crate
/const_fn-0.4.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate const_fn
Name: rust-%{crate}
Version: 0.4.6
Version: 0.4.7
Release: 1%{?dist}
Summary: Attribute for easy generation of const functions
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Apr 17 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.7-1
- Update to version 0.4.7.
- Fixes RHBZ#1950675
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.6-1
- Update to version 0.4.6.
- Fixes RHBZ#1943858

@ -1 +1 @@
SHA512 (const_fn-0.4.6.crate) = 0ac34f2789f4ea2c22c482470944100ad9f03cd99a2ad3e208f0571b2399915a2b7d193990a6d8af1b3755c7623b4be9c560bc66038b9c5a3f1dfb35ce66bdb1
SHA512 (const_fn-0.4.7.crate) = 98070d133316406b51ab77c0029652ecb4d1cbec4f5b443183a062934881379033c58536c541e2d7e0fee14be6d41f0058096660130c1f1e8373e7df5bafb97e

Loading…
Cancel
Save