Compare commits

..

18 Commits

Author SHA1 Message Date
Fabio Valentini 1664ea5c61
Update to version 0.1.33; Fixes RHBZ#2333712
4 weeks ago
Fabio Valentini 94f0e2bb1a
Update to version 0.1.32; Fixes RHBZ#2325409
2 months ago
Fedora Release Engineering c5e116e191 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini cefd11a32c
Update to version 0.1.30; Fixes RHBZ#2279425
9 months ago
Fabio Valentini 22c4409f60
Update to version 0.1.29; Fixes RHBZ#2259306
1 year ago
Fedora Release Engineering eebe0b3d6e Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini cda49eb12d
Update to version 0.1.28; Fixes RHBZ#2256435
1 year ago
Fabio Valentini dd23aa9577
Update to version 0.1.27; Fixes RHBZ#2251091
1 year ago
Fabio Valentini 3000e44cfc
Update to version 0.1.26; Fixes RHBZ#2224484
2 years ago
Fabio Valentini 4348bca079
Update to version 0.1.25; Fixes RHBZ#2219472
2 years ago
Fabio Valentini 553d10de40
Update to version 0.1.23; Fixes RHBZ#2213348
2 years ago
Fabio Valentini b5fd539375
Update to version 0.1.22; Fixes RHBZ#2179494
2 years ago
Fabio Valentini 10686ba54b
Update to version 0.1.21; Fixes RHBZ#2175578
2 years ago
Fabio Valentini 09e21b8d00
Update to version 0.1.20; Fixes RHBZ#2173386
2 years ago
Fabio Valentini bc705c7bc7
Update to version 0.1.19; Fixes RHBZ#2167559
2 years ago
Fabio Valentini 331e3954ad
Update to version 0.1.17; Fixes RHBZ#2154586
2 years ago
Fedora Release Engineering 337ca3d858 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini f742899e7f
Update to version 0.1.16; Fixes RHBZ#2132845
2 years ago

4
.gitignore vendored

@ -20,3 +20,7 @@
/no-panic-0.1.26.crate /no-panic-0.1.26.crate
/no-panic-0.1.27.crate /no-panic-0.1.27.crate
/no-panic-0.1.28.crate /no-panic-0.1.28.crate
/no-panic-0.1.29.crate
/no-panic-0.1.30.crate
/no-panic-0.1.32.crate
/no-panic-0.1.33.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate no-panic %global crate no-panic
Name: rust-no-panic Name: rust-no-panic
Version: 0.1.28 Version: 0.1.33
Release: %autorelease Release: %autorelease
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

@ -1 +1 @@
SHA512 (no-panic-0.1.28.crate) = 0a08b68b6af9986414181b94e0133d7b6ac673870ee4353f2858720b82555c8ef4697b148e7dbbffd99c2f69cb0ddd3809c6fce9b33331b038223d6606c34de4 SHA512 (no-panic-0.1.33.crate) = 6518c222dfe2f53c49025accce6dae653dbd040cb210ca9e0eebc04670ccd4479ba76ad94cd2182578fd803800838f82e09933a93a6e99a818cc9c3732a307f4

Loading…
Cancel
Save