Update to version 1.0.23; Fixes RHBZ#2279448

epel10
Fabio Valentini 9 months ago
parent 2caaa36520
commit 0340f6e61a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/ref-cast-1.0.19.crate
/ref-cast-1.0.20.crate
/ref-cast-1.0.22.crate
/ref-cast-1.0.23.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate ref-cast
Name: rust-ref-cast
Version: 1.0.22
Version: 1.0.23
Release: %autorelease
Summary: Safely cast &T to &U where the struct U contains a single field of type T

@ -1 +1 @@
SHA512 (ref-cast-1.0.22.crate) = eeab91cfdc68bd4f24ee3e3e89cd67c721763fe94c0746d220ea98504c0f9ef3ceb6341b48a90fd8701aa3150ac8b27af2078d00e7206fbd929dae6c35e8ff99
SHA512 (ref-cast-1.0.23.crate) = 9120eebe9499d74bc4501f37c9a42eab2dd5f345b8587cef513dceca468267de2537fa9f0e0c5c5d63922151199571522f26869f87e27b774b4781fd2fe7e3c0

Loading…
Cancel
Save