Update to version 1.0.15; Fixes RHBZ#2175345

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/ref-cast-1.0.9.crate
/ref-cast-1.0.13.crate
/ref-cast-1.0.14.crate
/ref-cast-1.0.15.crate

@ -1,3 +0,0 @@
# rust-ref-cast
The rust-ref-cast package

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * missing dev-dependency: ref-cast-test-suite
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate ref-cast
Name: rust-ref-cast
Version: 1.0.14
Version: 1.0.15
Release: %autorelease
Summary: Safely cast &T to &U where the struct U contains a single field of type T
@ -17,7 +17,8 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Safely cast &T to &U where the struct U contains a single field of type T.}
Safely cast &T to &U where the struct U contains a single field of type
T.}
%description %{_description}

@ -1 +1 @@
SHA512 (ref-cast-1.0.14.crate) = 25af6468e58dfbe2485c53d1df1b0d2952b3df37afb54ba675379376282ac2861b53a2764f645095be5a9ee8ab990cbd169b92ff0d381e10316e7727fccabc6b
SHA512 (ref-cast-1.0.15.crate) = 636f4e9b769b8557d23a3009e8c61a1427dd47b0f881509e6eec5b9f7fb6befdf67f199c0db5909ceb14ec7fc2feb3a9c81f31b5684580a082528a3e501530de

Loading…
Cancel
Save