update to version 1.0.1

epel9
Fabio Valentini 4 years ago
parent eca4ad216b
commit 6c75283084
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/arbitrary-0.4.6.crate
/arbitrary-0.4.7.crate
/arbitrary-1.0.0.crate
/arbitrary-1.0.1.crate

@ -5,7 +5,7 @@
%global crate arbitrary
Name: rust-%{crate}
Version: 1.0.0
Version: 1.0.1
Release: 1%{?dist}
Summary: Trait for generating structured data from unstructured data
@ -95,6 +95,10 @@ which use "derive_arbitrary" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 20 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1
- Update to version 1.0.1.
- Fixes RHBZ#1962844
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-1
- Update to version 1.0.0.

@ -1 +1 @@
SHA512 (arbitrary-1.0.0.crate) = 2233c39b6bae85377dc6d7b351687c1a5d60364eb69c94ff35e1cacda52e54cce06dbd2be83600f4f9d35a0a19c0118861901a4dc2263077b2b3be168ce818aa
SHA512 (arbitrary-1.0.1.crate) = 0503be8debb13b38b8aee333a24955125509e5d9f2c5ef576e0295905e1ab2097dcff242bf7af8c543ce87697e5432de3294e828af39c3b8bd5a9ab00c1fde47

Loading…
Cancel
Save