Update to 0.1.10

epel9
Josh Stone 6 years ago
parent 30beccd717
commit 37837e32ff

1
.gitignore vendored

@ -3,3 +3,4 @@
/no-panic-0.1.7.crate /no-panic-0.1.7.crate
/no-panic-0.1.8.crate /no-panic-0.1.8.crate
/no-panic-0.1.9.crate /no-panic-0.1.9.crate
/no-panic-0.1.10.crate

@ -1,15 +1,15 @@
# Generated by rust2rpm-9-1.fc31 # Generated by rust2rpm-9-1.fc30
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate no-panic %global crate no-panic
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.9 Version: 0.1.10
Release: 1%{?dist} Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic Summary: Attribute macro to require that the compiler prove a function can't ever panic
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/no-panic URL: https://crates.io/crates/no-panic
Source: %{crates_source} Source: %{crates_source}
@ -73,6 +73,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri May 31 2019 Josh Stone <jistone@redhat.com> - 0.1.10-1
- Update to 0.1.10
* Thu May 09 08:27:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-1 * Thu May 09 08:27:47 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.9-1
- Update to 0.1.9 - Update to 0.1.9

@ -1 +1 @@
SHA512 (no-panic-0.1.9.crate) = aa1d09e41d9417479458590c2e5e5290bdf29fd9a89757d6c931070b85e07e76a67da563f5d18dc8acab02940e8222f276879bfad5cd7a769bc332489a9c0d83 SHA512 (no-panic-0.1.10.crate) = 6f166a65e0e950108a9526118d532e97896c42d95cef92191d7bfe5d6526bfabdb04b43e8baf87c83351a55dd145e278c86f2f27d0e321b912e83cee74720929

Loading…
Cancel
Save