update to version 1.3.0

epel9
Fabio Valentini 4 years ago
parent bec68c320c
commit 984d74c68c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/arc-swap-0.4.6.crate
/arc-swap-0.4.7.crate
/arc-swap-1.2.0.crate
/arc-swap-1.3.0.crate

@ -6,7 +6,7 @@
%global crate arc-swap
Name: rust-%{crate}
Version: 1.2.0
Version: 1.3.0
Release: 1%{?dist}
Summary: Atomically swappable Arc
@ -108,6 +108,10 @@ which use "weak" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
- Update to version 1.3.0.
- Fixes RHBZ#1963743
* Thu May 06 2021 Fabio Valentini <decathorpe@gmail.com> - 1.2.0-1
- Update to version 1.2.0.

@ -1 +1 @@
SHA512 (arc-swap-1.2.0.crate) = 4f2fa181408132dec45ab449e654e44b050c55313ebcb4d34be1916752d04f0024cac210defedb1bcf2dd52d59d3309262c21428d42a590fe66c2274dab59194
SHA512 (arc-swap-1.3.0.crate) = 750786c5e9044d92d6809a1b5b10dac4fe3408094f21cf87294e6716055e2f6ed42cb91d54af6803977099f63bec49a9524c9049e8425c77f5cf8703c252418d

Loading…
Cancel
Save