update to version 0.2.22

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/time-0.2.15.crate /time-0.2.15.crate
/time-0.2.16.crate /time-0.2.16.crate
/time-0.2.21.crate /time-0.2.21.crate
/time-0.2.22.crate

@ -5,7 +5,7 @@
%global crate time %global crate time
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.21 Version: 0.2.22
Release: 1%{?dist} Release: 1%{?dist}
Summary: Date and time library Summary: Date and time library
@ -147,6 +147,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.22-1
- Update to version 0.2.22.
* Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.21-1 * Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.21-1
- Update to version 0.2.21. - Update to version 0.2.21.

@ -1 +1 @@
SHA512 (time-0.2.21.crate) = 3c49a7b72c6ba53b3ddc7e4befb4446f961e52a96a3c38a603fea03f3e1a2199d7dcc9995f35ca7acbf638c950781dc6ca3261285c377d72d4979a72ec7d567c SHA512 (time-0.2.22.crate) = a6ccbe5ca24d2c5937fdddc35c181a6ca0e7de294445b397d62d44278adca9cadb5c65b938257e3f6721771b0b9e17495e965c40c83265ac2b411dca13d1249c

@ -1,6 +1,6 @@
--- time-0.2.21/Cargo.toml 2020-09-16T22:14:32+00:00 --- time-0.2.22/Cargo.toml 2020-09-26T01:27:42+00:00
+++ time-0.2.21/Cargo.toml 2020-09-17T09:38:23.315849+00:00 +++ time-0.2.22/Cargo.toml 2020-10-01T11:58:50.743925+00:00
@@ -60,15 +60,7 @@ @@ -64,15 +64,8 @@
default = ["deprecated", "std"] default = ["deprecated", "std"]
deprecated = [] deprecated = []
panicking-api = [] panicking-api = []
@ -10,6 +10,7 @@
-optional = true -optional = true
-default-features = false -default-features = false
+std = ["libc", "standback/std"] +std = ["libc", "standback/std"]
+
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2" version = "0.2"
optional = true optional = true

Loading…
Cancel
Save