Update to 0.1.6

epel9
Josh Stone 6 years ago
parent d78ce0575b
commit 4cafe36a34

1
.gitignore vendored

@ -1 +1,2 @@
/no-panic-0.1.5.crate
/no-panic-0.1.6.crate

@ -6,7 +6,7 @@
%global crate no-panic
Name: rust-%{crate}
Version: 0.1.5
Version: 0.1.6
Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic
@ -22,6 +22,7 @@ BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/defa
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0)
BuildRequires: (crate(syn/full) >= 0.15.0 with crate(syn/full) < 0.16.0)
BuildRequires: (crate(syn/visit-mut) >= 0.15.0 with crate(syn/visit-mut) < 0.16.0)
%if %{with check}
BuildRequires: (crate(tempfile/default) >= 3.0.0 with crate(tempfile/default) < 4.0.0)
%endif
@ -73,5 +74,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 0.1.6-1
- Update to 0.1.6
* Sat Oct 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.5-1
- Initial package

@ -1 +1 @@
SHA512 (no-panic-0.1.5.crate) = b9771b65a1d21ffd94c63da8ad7c23cdd9aeb2538cd5729c06d34262a1c3e405b9399249b01520661325f2247ddaaeb2f6cd5e34a533ada06455f77bf0ee9b14
SHA512 (no-panic-0.1.6.crate) = c2688d8bdd61de128b757a531d787854f5b829269b394949fc413ff4ddc9cd535d98c9d5fcbf96887fa2da82ba8953f01905db9c494a9c168daf3c477f5f2878

Loading…
Cancel
Save