Update to version 0.9.8; Fixes RHBZ#2183956

epel9 imports/e9/rust-spin-0.9.8-1.el9
Fabio Valentini 2 years ago
parent 906295ff9f
commit f00e0ab482
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/spin-0.9.5.crate
/spin-0.9.6.crate
/spin-0.9.7.crate
/spin-0.9.8.crate

@ -5,7 +5,7 @@
%global crate spin
Name: rust-spin
Version: 0.9.7
Version: 0.9.8
Release: %autorelease
Summary: Spin-based synchronization primitives

@ -1 +1 @@
SHA512 (spin-0.9.7.crate) = 1abac9eb47829d03f752a7be88a5ddf0b9c8681f6c91ffb2083b4a2be1b06a74542a6d142e3b79282592495313c32652de59403bcaf83da62fb08fb83d10c779
SHA512 (spin-0.9.8.crate) = b15ad66ba9b308937f34ea166b799676fa45c67224e10cb57530fe33d2a8317ff3e3db3223a3249fa2862cc141c964d2130d3f39910a86ac5ef8aaf8ff4bc6ee

@ -1,5 +1,5 @@
--- spin-0.9.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ spin-0.9.7/Cargo.toml 2023-03-30T12:35:50.179429+00:00
--- spin-0.9.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ spin-0.9.8/Cargo.toml 2023-04-17T17:12:36.949377+00:00
@@ -50,9 +50,6 @@
optional = true
default-features = false

Loading…
Cancel
Save