Update to version 0.9.7; Fixes RHBZ#2166439

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

1
.gitignore vendored

@ -15,3 +15,4 @@
/parking_lot_core-0.9.3.crate
/parking_lot_core-0.9.5.crate
/parking_lot_core-0.9.6.crate
/parking_lot_core-0.9.7.crate

@ -1,5 +1,5 @@
--- parking_lot_core-0.9.6/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.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.7/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -52,17 +52,6 @@
]
nightly = []
@ -11,7 +11,7 @@
version = "0.2.95"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42.0"
-version = "0.45.0"
-features = [
- "Win32_Foundation",
- "Win32_System_LibraryLoader",

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

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.6.crate) = a3ffa7196580583ee614399a35a3d7a494663932a20dabf326737c8a12bf90ce84924a376c7701d54b207a679d1b90e91cee25475be2d77ffc91ec89268da847
SHA512 (parking_lot_core-0.9.7.crate) = 1f232f1a87ba9377621244ba49378663f3113da7192a399fdb70be971ff5e5ca0d0601e1210a3fd8ab75ef464dc8505e719f81902e3448cce5e7848ef4bdbef0

Loading…
Cancel
Save