Update to version 0.3.20; Fixes RHBZ#2173244

epel10
Fabio Valentini 2 years ago
parent b4f1c995ae
commit 6f3f9ef55b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -23,3 +23,4 @@
/time-0.3.15.crate /time-0.3.15.crate
/time-0.3.17.crate /time-0.3.17.crate
/time-0.3.19.crate /time-0.3.19.crate
/time-0.3.20.crate

@ -1,3 +0,0 @@
# rust-time
The rust-time package

@ -5,7 +5,7 @@
%global crate time %global crate time
Name: rust-time Name: rust-time
Version: 0.3.19 Version: 0.3.20
Release: %autorelease Release: %autorelease
Summary: Date and time library Summary: Date and time library

@ -1 +1 @@
SHA512 (time-0.3.19.crate) = 1ae3db13bd2734c026421a5373d645b2064556572c57160355b1e325106dbe7eb12ad7218b001c376999de63e3d8445451f3abd5fa3a03a9d7fe17e549038fef SHA512 (time-0.3.20.crate) = 689099bcd5cfea6b92d88584d92e7c15163f427f621c653026e3b3f8066a3932836de3f8be9716a41b77f1d36a9fa6c3e2a42ab011d21ca38efeb55522a39145

@ -1,5 +1,5 @@
--- time-0.3.19/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.20/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.19/Cargo.toml 2023-02-19T23:00:22.169586+00:00 +++ time-0.3.20/Cargo.toml 2023-03-16T15:38:49.498774+00:00
@@ -144,18 +144,7 @@ @@ -144,18 +144,7 @@
"parsing", "parsing",
] ]

@ -1,5 +1,5 @@
--- time-0.3.19/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.20/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.19/Cargo.toml 2023-02-19T23:01:02.904730+00:00 +++ time-0.3.20/Cargo.toml 2023-03-16T15:39:07.302847+00:00
@@ -51,15 +51,6 @@ @@ -51,15 +51,6 @@
[lib] [lib]

Loading…
Cancel
Save