Update to version 0.4.3; Fixes RHBZ#1992295

epel10
Rémi Lauzier 3 years ago
parent f6195f8824
commit 90cbc327fa
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1 +1,2 @@
/fallible_collections-0.4.2.crate
/fallible_collections-0.4.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate fallible_collections
Name: rust-%{crate}
Version: 0.4.2
Version: 0.4.3
Release: %autorelease
Summary: Crate which adds fallible allocation api to std collections
@ -36,7 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/

@ -1 +1 @@
SHA512 (fallible_collections-0.4.2.crate) = 6cde9b3b78dd7a816d70295bfb33a8a76786771acfef0804f2c0c302c826121532e0a3dd3abbd3c41f81e89950a924fe8d78c29618c29f1427d90645863da4f3
SHA512 (fallible_collections-0.4.3.crate) = fa99a89131431a04676f72d44de16eaafa06f37f79ee5ce151ff4afeb4c1548550a68999f9f098b72fda4c39f1d711c605ab0d69b0e54c43086f8578cbd99730

Loading…
Cancel
Save