update to version 0.8.5

epel9
Fabio Valentini 4 years ago
parent fffbb514d8
commit 92f0aeb9a1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/crossbeam-utils-0.8.1.crate
/crossbeam-utils-0.8.3.crate
/crossbeam-utils-0.8.4.crate
/crossbeam-utils-0.8.5.crate

@ -1,6 +1,6 @@
--- crossbeam-utils-0.8.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-utils-0.8.4/Cargo.toml 2021-04-29T22:02:16.621464+00:00
@@ -37,6 +37,3 @@
--- crossbeam-utils-0.8.5/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-utils-0.8.5/Cargo.toml 2021-06-01T22:16:40.433988+00:00
@@ -35,6 +35,3 @@
default = ["std"]
nightly = []
std = ["lazy_static"]

@ -5,7 +5,7 @@
%global crate crossbeam-utils
Name: rust-%{crate}
Version: 0.8.4
Version: 0.8.5
Release: 1%{?dist}
Summary: Utilities for concurrent programming
@ -116,6 +116,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jun 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.5-1
- Update to version 0.8.5.
- Fixes RHBZ#1965796
* Thu Apr 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.4-1
- Update to version 0.8.4.
- Fixes RHBZ#1955264

@ -1 +1 @@
SHA512 (crossbeam-utils-0.8.4.crate) = 6147ee3048f2df2c311c6d9d683b239249e6f49f8b2b27eaeaea9361b32fccb1ba37fd8bd3fa147d70b7d7d8d3281d3018939c4a70a75e191da7d86128c4648c
SHA512 (crossbeam-utils-0.8.5.crate) = fd4d2ae10340bb96c22b31190b300aab54e96b8089fd62489e102c76a944e6a16c582a90bc40f5e188f13f841293a4b9becf30830c2ece04f3ce78c29066532f

Loading…
Cancel
Save