Update to version 1.20.0; Fixes RHBZ#2312318

epel10
Fabio Valentini 5 months ago
parent 89c3a10ac3
commit c46cb6f2a0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -32,3 +32,4 @@
/once_cell-1.17.2.crate
/once_cell-1.18.0.crate
/once_cell-1.19.0.crate
/once_cell-1.20.0.crate

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

@ -1 +1 @@
SHA512 (once_cell-1.19.0.crate) = 4154876afd34a699ee650d1a8a1c5ee5a25f0ebd9388b8bef2564e33629fae68f113d7507488c68abbe7ea1acf9bbc41813cbbf3ef3e464e3f3b9cc7a51d870c
SHA512 (once_cell-1.20.0.crate) = 2150a6274cac010682b3fe117c7b75e6f124fd54c4c5307e689b3e04fe0a4520383ab44f38c1b40c92a0369aa1129610b805f04cff307b2a06d7ddb22745fc82

Loading…
Cancel
Save