update to version 0.4.2

epel9
Fabio Valentini 4 years ago
parent fa6d04a66b
commit 7fece4865a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/http-body-0.3.1.crate
/http-body-0.4.0.crate
/http-body-0.4.1.crate
/http-body-0.4.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate http-body
Name: rust-%{crate}
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: Trait representing an asynchronous, streaming, HTTP request or response body
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun May 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.2-1
- Update to version 0.4.2.
- Fixes RHBZ#1958527
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
- Update to version 0.4.1.
- Fixes RHBZ#1940960

@ -1 +1 @@
SHA512 (http-body-0.4.1.crate) = 1c26d924feb0a7f713e5726d51158461849a4b273881ae4e53904e284488f31b01e941a3a4e9ed6e07b5f248a8e476fd6bc4038706aaad31d8489fa14d5e50b3
SHA512 (http-body-0.4.2.crate) = 69bd0a9324626953d2114ef4dddb69da8bb9f90236529e6d40cde0ed92c210f6b6849fe4558fcae50a578dff74e70c57fe8853bac4980101404fffc0b0cfb6fe

Loading…
Cancel
Save