Update to version 1.0.13; Fixes RHBZ#2133345

epel9
Fabio Valentini 2 years ago
parent d3270d1c5f
commit 836415ea05
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/ref-cast-impl-1.0.7.crate /ref-cast-impl-1.0.7.crate
/ref-cast-impl-1.0.8.crate /ref-cast-impl-1.0.8.crate
/ref-cast-impl-1.0.9.crate /ref-cast-impl-1.0.9.crate
/ref-cast-impl-1.0.13.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%bcond_without check # * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ref-cast-impl %global crate ref-cast-impl
Name: rust-ref-cast-impl Name: rust-ref-cast-impl
Version: 1.0.9 Version: 1.0.13
Release: %autorelease Release: %autorelease
Summary: Derive implementation for ref_cast::RefCast Summary: Derive implementation for ref_cast::RefCast
@ -13,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/ref-cast-impl URL: https://crates.io/crates/ref-cast-impl
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (ref-cast-impl-1.0.9.crate) = b5a7ee5df13f2db99d2610947122e9a39a34876392d6a07a17943e056ea950b4977066742aa6df2a1470144ea7e95a278b2fffedef1294fe05cb7cdda14d2e1a SHA512 (ref-cast-impl-1.0.13.crate) = b445eec9cb619a34cc46a626fb569ced4ec0daa2146a7a799b2b810de629d842cd342b12b02b62f20796c975edf943bcbf3e6b34109bfcdeaba42bed2553b0c8

Loading…
Cancel
Save