Update to version 0.9.10; Fixes RHBZ#2277252

epel10
Fabio Valentini 10 months ago
parent 5805d0c95f
commit 78a02c2516
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/parking_lot_core-0.9.7.crate
/parking_lot_core-0.9.8.crate
/parking_lot_core-0.9.9.crate
/parking_lot_core-0.9.10.crate

@ -1,14 +1,14 @@
--- parking_lot_core-0.9.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.9/Cargo.toml 2023-10-18T09:52:14.490446+00:00
--- parking_lot_core-0.9.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ parking_lot_core-0.9.10/Cargo.toml 2024-05-08T18:23:48.986539+00:00
@@ -56,11 +56,6 @@
]
nightly = []
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.4"
-version = "0.5"
-
[target."cfg(unix)".dependencies.libc]
version = "0.2.95"
-[target."cfg(windows)".dependencies.windows-targets]
-version = "0.48.0"
-version = "0.52.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate parking_lot_core
Name: rust-parking_lot_core
Version: 0.9.9
Version: 0.9.10
Release: %autorelease
Summary: Advanced API for creating custom synchronization primitives

@ -1 +1 @@
SHA512 (parking_lot_core-0.9.9.crate) = 7f0df70f9f1ca8d3da0b9dcc96e49daf05d95c3a995289266b5333f68818d686d32b0c733dfe3a0f62da78fa45caa843a963923b2d0c80899c33413dc749c032
SHA512 (parking_lot_core-0.9.10.crate) = 4f30fb60ded274d3154ffb00f6f50ac284b6fb97daebc1a2ac897ce97fa8e2ec6ff30cbdadf3b7419617a410fa7525f30ef5e580334e07d4420f4c0200a57389

Loading…
Cancel
Save