Update to version 1.0.9; Fixes RHBZ#2114939

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/ref-cast-impl-1.0.6.crate
/ref-cast-impl-1.0.7.crate
/ref-cast-impl-1.0.8.crate
/ref-cast-impl-1.0.9.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate ref-cast-impl
Name: rust-%{crate}
Version: 1.0.8
Name: rust-ref-cast-impl
Version: 1.0.9
Release: %autorelease
Summary: Derive implementation for ref_cast::RefCast
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/ref-cast-impl
Source: %{crates_source}

@ -1 +1 @@
SHA512 (ref-cast-impl-1.0.8.crate) = bb125d79a14dcf0a3c92b737236dc0984215ad49b7f1307a99916f3c0d6851663628d0cdf0ebef20b03971f60656856d908f64793a14568d3f8e9f8b7c17bd49
SHA512 (ref-cast-impl-1.0.9.crate) = b5a7ee5df13f2db99d2610947122e9a39a34876392d6a07a17943e056ea950b4977066742aa6df2a1470144ea7e95a278b2fffedef1294fe05cb7cdda14d2e1a

Loading…
Cancel
Save