Compare commits

..

13 Commits

Author SHA1 Message Date
Fabio Valentini 66c951a2ad
Update to version 1.20.2; Fixes RHBZ#2316716
3 months ago
Fabio Valentini a68b71dc65
Update to version 1.20.1; Fixes RHBZ#2315558
4 months ago
Fabio Valentini c46cb6f2a0
Update to version 1.20.0; Fixes RHBZ#2312318
5 months ago
Fedora Release Engineering 89c3a10ac3 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering eaccd23f79 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Jan Staněk 8d434637b4
Update to version 1.19.0 (rhbz#2253436)
1 year ago
Fedora Release Engineering 2a4e96a44e Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 8a5b0f2cba
Update to version 1.18.0; Fixes RHBZ#2212161
2 years ago
Jan Staněk b7232aeac0
Update to version 1.17.2
2 years ago
Fabio Valentini 9fdc90e5bc
Update to version 1.17.1; Fixes RHBZ#2169769
2 years ago
Fabio Valentini cdfc264681
Update to version 1.17.0; Fixes RHBZ#2156952
2 years ago
Fedora Release Engineering abe558d409 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini fdd1522500
Update to version 1.16.0; Fixes RHBZ#2138517
2 years ago

3
.gitignore vendored

@ -32,3 +32,6 @@
/once_cell-1.17.2.crate /once_cell-1.17.2.crate
/once_cell-1.18.0.crate /once_cell-1.18.0.crate
/once_cell-1.19.0.crate /once_cell-1.19.0.crate
/once_cell-1.20.0.crate
/once_cell-1.20.1.crate
/once_cell-1.20.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate once_cell %global crate once_cell
Name: rust-once_cell Name: rust-once_cell
Version: 1.19.0 Version: 1.20.2
Release: %autorelease Release: %autorelease
Summary: Single assignment cells and lazy values Summary: Single assignment cells and lazy values

@ -1 +1 @@
SHA512 (once_cell-1.19.0.crate) = 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c SHA512 (once_cell-1.20.2.crate) = bc6005bdab7a154c01e2203fb553a68695727475a9a882cf906d49c054ce886ad92cb491d380b6b9fe71a81b2fd690ce91c9a6cf8dfa8508470ac9acfc8a31c8

Loading…
Cancel
Save