Bump to crossbeam-utils 0.7

epel9
Josh Stone 5 years ago
parent 915e2b33cf
commit 151d9f5e46

@ -1,6 +1,6 @@
--- once_cell-1.3.0/Cargo.toml 2020-01-14T17:46:39+00:00
+++ once_cell-1.3.0/Cargo.toml 2020-01-15T00:57:23.465074+00:00
@@ -52,7 +52,7 @@
--- once_cell-1.3.1/Cargo.toml 2020-01-17T14:54:13+00:00
+++ once_cell-1.3.1/Cargo.toml 2020-04-01T22:03:16.374781+00:00
@@ -52,11 +52,11 @@
name = "test_synchronization"
required-features = ["std"]
[dependencies.parking_lot]
@ -9,3 +9,8 @@
optional = true
default_features = false
[dev-dependencies.crossbeam-utils]
-version = "0.6.0"
+version = "0.7.2"
[dev-dependencies.lazy_static]
version = "1.0.0"

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 1.3.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Single assignment cells and lazy values
# Upstream license specification: MIT OR Apache-2.0
@ -14,7 +14,8 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/once_cell
Source: %{crates_source}
# Initial patched metadata
# * Bump to parking_lot 0.10
# * Bump to parking_lot 0.10, https://github.com/matklad/once_cell/pull/91
# * Bump to crossbeam-utils 0.7, https://github.com/matklad/once_cell/pull/97
Patch0: once_cell-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -98,6 +99,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 1.3.1-3
- Bump to crossbeam-utils 0.7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save