Compare commits

..

12 Commits

Author SHA1 Message Date
Fabio Valentini ca19c8c62a
Update to version 0.8.21; Fixes RHBZ#2332482
2 months ago
Fedora Release Engineering 8e797cbd7a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini b1cff01283
Update to version 0.8.20; Fixes RHBZ#2281540
9 months ago
Fedora Release Engineering e8be13ecfb Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini be48bed939
Update to version 0.8.19; Fixes RHBZ#2257265
1 year ago
Fabio Valentini 1e5da06cd1
Update to version 0.8.18; Fixes RHBZ#2254357
1 year ago
Fedora Release Engineering 575486a8c4 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini d29418e2f5
Update to version 0.8.16; Fixes RHBZ#2214341
2 years ago
Fabio Valentini 38099d7b1e
Update to version 0.8.15; Fixes RHBZ#2173988
2 years ago
Fedora Release Engineering 5dca50e97e Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 901249277b
Update to version 0.8.14; Fixes RHBZ#2144268
2 years ago
Fabio Valentini 6afae475a9
Update to version 0.8.12; Fixes RHBZ#2130741
2 years ago

2
.gitignore vendored

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

@ -1,9 +1,18 @@
--- 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.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.21/Cargo.toml 2024-12-15T19:16:25.064716+00:00
@@ -80,10 +80,6 @@
nightly = []
std = []
-[target."cfg(crossbeam_loom)".dependencies.loom]
-version = "0.7.1"
-optional = true
-
[lints.clippy.declare_interior_mutable_const]
level = "allow"
priority = 1
@@ -99,3 +95,4 @@
"cfg(crossbeam_loom)",
"cfg(crossbeam_sanitize)",
]
+

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

@ -1 +1 @@
SHA512 (crossbeam-utils-0.8.19.crate) = 6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9
SHA512 (crossbeam-utils-0.8.21.crate) = 6f4aa7ca10c20da291c4714b56ceb1fab1c06b03b2f4e28e474e9aeb95ab6615a25462dc7819713652c3b5f6a06fa0f24ebc92c533fcf35dfcf2655857d975f8

Loading…
Cancel
Save