update to version 0.4.1

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/http-body-0.1.0.crate /http-body-0.1.0.crate
/http-body-0.3.1.crate /http-body-0.3.1.crate
/http-body-0.4.0.crate /http-body-0.4.0.crate
/http-body-0.4.1.crate

@ -5,7 +5,7 @@
%global crate http-body %global crate http-body
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.0 Version: 0.4.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Trait representing an asynchronous, streaming, HTTP request or response body Summary: Trait representing an asynchronous, streaming, HTTP request or response body
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.1-1
- Update to version 0.4.1.
- Fixes RHBZ#1940960
* Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1 * Sat Mar 06 2021 Fabio Valentini <decathorpe@gmail.com> - 0.4.0-1
- Update to version 0.4.0. - Update to version 0.4.0.

@ -1 +1 @@
SHA512 (http-body-0.4.0.crate) = 35c3a0df114b2f06fc9e2153cfa4e75ebe8e2fb8b2b682736519f290d738991c9e413e19ce058bdbf7692143d7a38f2e571985239a4e15414eceb1a73de86a41 SHA512 (http-body-0.4.1.crate) = 1c26d924feb0a7f713e5726d51158461849a4b273881ae4e53904e284488f31b01e941a3a4e9ed6e07b5f248a8e476fd6bc4038706aaad31d8489fa14d5e50b3

Loading…
Cancel
Save