Update to version 1.17.1; Fixes RHBZ#2169769

epel9
Fabio Valentini 2 years ago
parent 528c39bd72
commit 87ed967478
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -28,3 +28,4 @@
/once_cell-1.15.0.crate
/once_cell-1.16.0.crate
/once_cell-1.17.0.crate
/once_cell-1.17.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * tests only compile with Rust 1.63+:
# https://github.com/matklad/once_cell/issues/211
%bcond_with check
@ -7,7 +7,7 @@
%global crate once_cell
Name: rust-once_cell
Version: 1.17.0
Version: 1.17.1
Release: %autorelease
Summary: Single assignment cells and lazy values

@ -1 +1 @@
SHA512 (once_cell-1.17.0.crate) = 291d87380c0ea17fb3ffc9fdff8620d2ff55601c06ef65b2f0c54254fecd5b488645c6e94c6026b82071893f4d420491ff712399a782e14efa1e323e5c299c46
SHA512 (once_cell-1.17.1.crate) = 1302d51801e38bfee23e74c0046f1ecb1d3c27309b5fe11c2b6c99553b357db502ce1718695602f9d8b10429e8ff03f91c016d5d604957083728293824c05904

Loading…
Cancel
Save