Update to 1.0.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel10
Igor Gnatenko 7 years ago
parent b087bee164
commit ae07c4109c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/downcast-rs-1.0.0.crate /downcast-rs-1.0.0.crate
/downcast-rs-1.0.1.crate

@ -5,8 +5,8 @@
%global crate downcast-rs %global crate downcast-rs
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.0 Version: 1.0.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Trait object downcasting support using safe code Summary: Trait object downcasting support using safe code
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -52,6 +52,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Fri Mar 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (downcast-rs-1.0.0.crate) = aaa83b2eabc736372fbd7d73d12ae1bfccdb7d883357d5aded091054639a9e6a40a06684ef33508bf3ea80ecb29bc33e4b738b1262c5dff06fb19e62bad0ba09 SHA512 (downcast-rs-1.0.1.crate) = 81593ab9918b2f401b10ef2a1435cb2f21367fe6b52a02b8225115ae3dbebab41f52968cfd442d6bc2afe02b6e0ac3fcada4512fbe26bbd417148f02a677bdcf

Loading…
Cancel
Save