Update to version 1.0.9; Fixes RHBZ#2114938

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

1
.gitignore vendored

@ -6,3 +6,4 @@
/ref-cast-1.0.6.crate
/ref-cast-1.0.7.crate
/ref-cast-1.0.8.crate
/ref-cast-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
Name: rust-%{crate}
Version: 1.0.8
Name: rust-ref-cast
Version: 1.0.9
Release: %autorelease
Summary: Safely cast &T to &U where the struct U contains a single field of type T
# 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
Source: %{crates_source}

@ -1 +1 @@
SHA512 (ref-cast-1.0.8.crate) = fc80ccec18f4e05d60e59e56447503e373fc4fae6d4df3464bb23f45e13b7518c5ab821d235e4ceb05ceb97949ba2c93ab7caa7c3d3009a70025a7ba412b45dc
SHA512 (ref-cast-1.0.9.crate) = 953b4ab3133e2205756a622605870ad35dd6fe7b72ae335d97470bfe78d2606e17c8cc931cd099e9c5220937d44736dbde277b6127fd3459d04ed87ca4f26451

Loading…
Cancel
Save