Update to version 1.0.13; Fixes RHBZ#2133344

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

1
.gitignore vendored

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

@ -1,11 +1,12 @@
# Generated by rust2rpm 22
%bcond_without check
# Generated by rust2rpm 23
# * missing dev-dependency: ref-cast-test-suite
%bcond_with check
%global debug_package %{nil}
%global crate ref-cast
Name: rust-ref-cast
Version: 1.0.9
Version: 1.0.13
Release: %autorelease
Summary: Safely cast &T to &U where the struct U contains a single field of type T
@ -13,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/ref-cast
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (ref-cast-1.0.9.crate) = 953b4ab3133e2205756a622605870ad35dd6fe7b72ae335d97470bfe78d2606e17c8cc931cd099e9c5220937d44736dbde277b6127fd3459d04ed87ca4f26451
SHA512 (ref-cast-1.0.13.crate) = 7a9c25e0d77bba4d575ba75de8c74dade6acb5c5d251e5ef69e219638fdc4bd7168f8d2661a8c523bd5bc229078b62ef5d0b9c33f3c0c1f98b6356793e9b301a

Loading…
Cancel
Save