update to version 0.2.24

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

1
.gitignore vendored

@ -11,3 +11,4 @@
/time-0.2.21.crate /time-0.2.21.crate
/time-0.2.22.crate /time-0.2.22.crate
/time-0.2.23.crate /time-0.2.23.crate
/time-0.2.24.crate

@ -5,7 +5,7 @@
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.23 Version: 0.2.24
Release: 1%{?dist} Release: 1%{?dist}
Summary: Date and time library Summary: Date and time library
@ -147,6 +147,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.24-1
- Update to version 0.2.24.
- Fixes RHBZ#1914480
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.23-1 * Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.23-1
- Update to version 0.2.23. - Update to version 0.2.23.
- Fixes RHBZ#1898717 - Fixes RHBZ#1898717

@ -1 +1 @@
SHA512 (time-0.2.23.crate) = e6f473b0e720f1b50715e65ede9ae37807dd7a89251d35c5612ee0925e4e159e0c10059b30c5d9efa3af7215d1643d3b5f2a24446834f13a902ebd553f9b6332 SHA512 (time-0.2.24.crate) = 79d2b0de1f9529517b0d02cf471c7e73e3f3661ef231fe23f9e694d39eaed9e80e475ef882680e71b28ab92b2b8f1d565c2312501f7bca1e4816719b5c6fda1d

@ -1,5 +1,5 @@
--- time-0.2.23/Cargo.toml 2020-11-17T22:14:14+00:00 --- time-0.2.24/Cargo.toml 2021-01-09T02:18:10+00:00
+++ time-0.2.23/Cargo.toml 2020-11-19T13:09:43.209246+00:00 +++ time-0.2.24/Cargo.toml 2021-01-09T19:12:55.633006+00:00
@@ -64,15 +64,7 @@ @@ -64,15 +64,7 @@
default = ["deprecated", "std"] default = ["deprecated", "std"]
deprecated = [] deprecated = []

Loading…
Cancel
Save