Update to 0.1.7

epel9
Josh Stone 6 years ago
parent 4cafe36a34
commit e1a7819cec

1
.gitignore vendored

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

@ -6,7 +6,7 @@
%global crate no-panic
Name: rust-%{crate}
Version: 0.1.6
Version: 0.1.7
Release: 1%{?dist}
Summary: Attribute macro to require that the compiler prove a function can't ever panic
@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon Jan 14 2019 Josh Stone <jistone@redhat.com> - 0.1.7-1
- Update to 0.1.7
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 0.1.6-1
- Update to 0.1.6

@ -1 +1 @@
SHA512 (no-panic-0.1.6.crate) = c2688d8bdd61de128b757a531d787854f5b829269b394949fc413ff4ddc9cd535d98c9d5fcbf96887fa2da82ba8953f01905db9c494a9c168daf3c477f5f2878
SHA512 (no-panic-0.1.7.crate) = 6a13fe384e9b643c0747323e44b8567e2155aabff9f55e86e0b7956484fea9d6ecae4ed6b9a35cc29e37021453fa7c377c4bf58b7914682145f987d932764339

Loading…
Cancel
Save