Update to version 0.12.1; Fixes RHBZ#2091752

epel9^2
Fabio Valentini 3 years ago
parent 25e5abcc61
commit e0385d9827
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/parking_lot-0.11.1.crate
/parking_lot-0.11.2.crate
/parking_lot-0.12.0.crate
/parking_lot-0.12.1.crate

@ -5,12 +5,12 @@
%global crate parking_lot
Name: rust-%{crate}
Version: 0.12.0
Version: 0.12.1
Release: %autorelease
Summary: Compact and efficient implementations of standard synchronization primitives
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/parking_lot
Source: %{crates_source}

@ -1 +1 @@
SHA512 (parking_lot-0.12.0.crate) = efa1ebe2f3849a9c6ac484c7e1cdd279640539468bd4d4da6c4c97ae34e86fa3a42818ee4839dea512635fbbd836829dbadd81dc05208614c820d1374139673f
SHA512 (parking_lot-0.12.1.crate) = 07327d3b737a913508dffb66023766348ce7f9d555c224a099cabb05baefd16a28e15fec638e3a148a5169dbd980c4541b0f8820ae9d06dfe0704482838fbd5c

Loading…
Cancel
Save