Update to version 0.8.21; Fixes RHBZ#2332482

epel10 imports/epel10/rust-crossbeam-utils-0.8.21-1.el10
Fabio Valentini 2 months ago
parent 8e797cbd7a
commit ca19c8c62a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -26,3 +26,4 @@
/crossbeam-utils-0.8.18.crate /crossbeam-utils-0.8.18.crate
/crossbeam-utils-0.8.19.crate /crossbeam-utils-0.8.19.crate
/crossbeam-utils-0.8.20.crate /crossbeam-utils-0.8.20.crate
/crossbeam-utils-0.8.21.crate

@ -1,6 +1,6 @@
--- crossbeam-utils-0.8.20/Cargo.toml 1970-01-01T00:00:01+00:00 --- crossbeam-utils-0.8.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.20/Cargo.toml 2024-06-11T13:55:56.769741+00:00 +++ crossbeam-utils-0.8.21/Cargo.toml 2024-12-15T19:16:25.064716+00:00
@@ -42,10 +42,7 @@ @@ -80,10 +80,6 @@
nightly = [] nightly = []
std = [] std = []
@ -8,7 +8,11 @@
-version = "0.7.1" -version = "0.7.1"
-optional = true -optional = true
- -
[lints.rust.unexpected_cfgs] [lints.clippy.declare_interior_mutable_const]
level = "warn" level = "allow"
priority = 0 priority = 1
@@ -99,3 +95,4 @@
"cfg(crossbeam_loom)",
"cfg(crossbeam_sanitize)",
]
+ +

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

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

Loading…
Cancel
Save