Update to version 0.9.6; Fixes RHBZ#2160192

epel9
Fabio Valentini 2 years ago
parent 2299ba2c5f
commit 51988a0a33
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/parking_lot_core-0.9.1.crate /parking_lot_core-0.9.1.crate
/parking_lot_core-0.9.3.crate /parking_lot_core-0.9.3.crate
/parking_lot_core-0.9.5.crate /parking_lot_core-0.9.5.crate
/parking_lot_core-0.9.6.crate

@ -1,5 +1,5 @@
--- parking_lot_core-0.9.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- parking_lot_core-0.9.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.5/Cargo.toml 1970-01-01T00:00:01+00:00 +++ parking_lot_core-0.9.6/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -52,17 +52,6 @@ @@ -52,17 +52,6 @@
] ]
nightly = [] nightly = []

@ -5,7 +5,7 @@
%global crate parking_lot_core %global crate parking_lot_core
Name: rust-parking_lot_core Name: rust-parking_lot_core
Version: 0.9.5 Version: 0.9.6
Release: %autorelease Release: %autorelease
Summary: Advanced API for creating custom synchronization primitives Summary: Advanced API for creating custom synchronization primitives

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.5.crate) = 1c430ffabfd33e8396178615829f6f623edc34d30393658b4cfaa263f4ae6e4101a9850333d3b54af058dc499bc66240a18041f31e920d5bc866d6bf66809378 SHA512 (parking_lot_core-0.9.6.crate) = a3ffa7196580583ee614399a35a3d7a494663932a20dabf326737c8a12bf90ce84924a376c7701d54b207a679d1b90e91cee25475be2d77ffc91ec89268da847

Loading…
Cancel
Save