Update to version 0.3.18; Fixes RHBZ#2025775

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

1
.gitignore vendored

@ -15,3 +15,4 @@
/futures-io-0.3.15.crate
/futures-io-0.3.16.crate
/futures-io-0.3.17.crate
/futures-io-0.3.18.crate

@ -5,7 +5,7 @@
%global crate futures-io
Name: rust-%{crate}
Version: 0.3.17
Version: 0.3.18
Release: %autorelease
Summary: AsyncRead, AsyncWrite, AsyncSeek, and AsyncBufRead traits
@ -37,7 +37,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (futures-io-0.3.17.crate) = a2b65e07bfea15b78e988c5a9d330ef51a396cd22475f171b342cc8a6520749335af851ae11d44c91f54ab06f425b0dbfb716a959c625d3c52db5765d0407e0d
SHA512 (futures-io-0.3.18.crate) = f941da4a9c606a25a021fb55648fe0e864fa716b7ee01020b361aae99c33bc59035e16f5d60d84d3b9d015ea2be7c169da52501d238e5c71818bd0984ba0b3ac

Loading…
Cancel
Save