Update to 1.0.6

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent 6368ba2905
commit 9fbaf87301
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -3,3 +3,4 @@
/ref-cast-1.0.2.crate
/ref-cast-1.0.3.crate
/ref-cast-1.0.5.crate
/ref-cast-1.0.6.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate ref-cast
Name: rust-%{crate}
Version: 1.0.5
Version: 1.0.6
Release: 1%{?dist}
Summary: Safely cast &T to &U where the struct U contains a single field of type T
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Dec 29 22:12:24 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.6-1
- Update to 1.0.6 (Fixes: RHBZ#1911514)
* Sun Dec 27 08:54:56 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.5-1
- Update to 1.0.5

@ -1 +1 @@
SHA512 (ref-cast-1.0.5.crate) = 337ce269499c1b09f2e0f5a99c3da9c1c3a96d3e9e72555445cde64e298aecef2a21668ca23a5e14dadf46b653cdd9cb7b1fb5b63caeb9505622bb283f81d506
SHA512 (ref-cast-1.0.6.crate) = d3d06c4ea78a0f043f88c10c953160725bbe55d64505528d8127a73ed090d04ced19a9935cb78e1fa6ea562f706fdd5679b070be0a344106ee09f303cad0f43f

Loading…
Cancel
Save