Update to version 1.13.1; Fixes RHBZ#2118693

epel9
Fabio Valentini 2 years ago
parent 653bd8a428
commit badbdffc91
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/once_cell-1.10.0.crate /once_cell-1.10.0.crate
/once_cell-1.12.0.crate /once_cell-1.12.0.crate
/once_cell-1.13.0.crate /once_cell-1.13.0.crate
/once_cell-1.13.1.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 22
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate once_cell %global crate once_cell
Name: rust-%{crate} Name: rust-once_cell
Version: 1.13.0 Version: 1.13.1
Release: %autorelease Release: %autorelease
Summary: Single assignment cells and lazy values Summary: Single assignment cells and lazy values
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/once_cell URL: https://crates.io/crates/once_cell
Source: %{crates_source} Source: %{crates_source}

@ -1 +1 @@
SHA512 (once_cell-1.13.0.crate) = 20a72f8741e6edc2b7f54eee822fdbea1b1c0120d3621059f61eca2d5adbcf044a474b5142871d37a3c0f90495224ec8fbb3b90e62660b66fde3a4d3a5add303 SHA512 (once_cell-1.13.1.crate) = 492831607d12846923107b464a70de62f5997845faaae1625f3e54e2610e96b0355ce9e554051c2fae28f7e6e558ed456a6fc0b3c6a71b26f7443ede5eff5b32

Loading…
Cancel
Save