Update to 1.2.0

epel9
Josh Stone 6 years ago
parent bc445deca9
commit b3e9ddc065

1
.gitignore vendored

@ -2,3 +2,4 @@
/lazycell-0.6.0.crate
/lazycell-1.0.0.crate
/lazycell-1.1.0.crate
/lazycell-1.2.0.crate

@ -5,7 +5,7 @@
%global crate lazycell
Name: rust-%{crate}
Version: 1.1.0
Version: 1.2.0
Release: 1%{?dist}
Summary: Library providing a lazily filled Cell struct
@ -55,6 +55,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Sep 20 2018 Josh Stone <jistone@redhat.com> - 1.2.0-1
- Update to 1.2.0
* Tue Sep 11 2018 Josh Stone <jistone@redhat.com> - 1.1.0-1
- Update to 1.1.0

@ -1 +1 @@
SHA512 (lazycell-1.1.0.crate) = 58c3c1c9deddac57afe0a4991fee8d01881d09570d95da20db68b5d3b146a94eebe06cff51e52d31c676e4f662ff7320499781db79e215f47430cf1079024f0a
SHA512 (lazycell-1.2.0.crate) = 194e538f8e2be6748ca56463c9b6e83c7a4598bcc9d3f2680f8e35e391f61e36e0d9aba92bcf8e312f286a5d309f0d83be06e879a52e405bf2c89ec13d3a545d

Loading…
Cancel
Save