Update to version 0.8.20; Fixes RHBZ#2281540

epel10
Fabio Valentini 9 months ago
parent e8be13ecfb
commit b1cff01283
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -25,3 +25,4 @@
/crossbeam-utils-0.8.16.crate
/crossbeam-utils-0.8.18.crate
/crossbeam-utils-0.8.19.crate
/crossbeam-utils-0.8.20.crate

@ -1,9 +1,14 @@
--- crossbeam-utils-0.8.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.19/Cargo.toml 2024-01-11T17:30:04.896763+00:00
@@ -42,6 +42,3 @@
--- crossbeam-utils-0.8.20/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.20/Cargo.toml 2024-06-11T13:55:56.769741+00:00
@@ -42,10 +42,7 @@
nightly = []
std = []
-[target."cfg(crossbeam_loom)".dependencies.loom]
-version = "0.7.1"
-optional = true
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
+

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-utils
Name: rust-crossbeam-utils
Version: 0.8.19
Version: 0.8.20
Release: %autorelease
Summary: Utilities for concurrent programming

@ -1 +1 @@
SHA512 (crossbeam-utils-0.8.19.crate) = 6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9
SHA512 (crossbeam-utils-0.8.20.crate) = 7175eadf9fa7c526fa11ff87e40ff203f0e7a4bcec15cb972f924f3c7ff7cc20b6e2e8dbbc1ede142a0207cd2baa4f446deb25d825d28a54cbd25c263701bfaa

Loading…
Cancel
Save