Update to version 0.3.15; Fixes RHBZ#2131915

epel9
Fabio Valentini 2 years ago
parent d414a474e4
commit 921d22b231
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/time-0.3.12.crate /time-0.3.12.crate
/time-0.3.13.crate /time-0.3.13.crate
/time-0.3.14.crate /time-0.3.14.crate
/time-0.3.15.crate

@ -6,7 +6,7 @@
%global crate time %global crate time
Name: rust-time Name: rust-time
Version: 0.3.14 Version: 0.3.15
Release: %autorelease Release: %autorelease
Summary: Date and time library Summary: Date and time library

@ -1 +1 @@
SHA512 (time-0.3.14.crate) = 7655bad4d95f3533dde6017aa2e41b7760406d38b2ef66e84195133fa33d74b78f27d943ae5054e032e45d6f03cfcb4a14601db381b13129b6c1a1a0298c8a3d SHA512 (time-0.3.15.crate) = 8783fe9cd6aa94cf6588ca1a734d0fa11c9e20e0d99b46b218db95bc185aee8a4324b2ece1a535b4378e87151f9837cd41f663c542f561019be99e3ed5f55325

@ -1,6 +1,6 @@
--- time-0.3.14/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.14/Cargo.toml 1970-01-01T00:00:01+00:00 +++ time-0.3.15/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -133,20 +133,7 @@ @@ -132,18 +132,7 @@
"parsing", "parsing",
] ]
std = ["alloc"] std = ["alloc"]
@ -14,10 +14,8 @@
-optional = true -optional = true
- -
-[target."cfg(bench)".dev-dependencies.criterion] -[target."cfg(bench)".dev-dependencies.criterion]
-version = "0.3.5" -version = "0.4.0"
- -default-features = false
-[target."cfg(bench)".dev-dependencies.criterion-cycles-per-byte]
-version = "0.1.2"
+wasm-bindgen = [] +wasm-bindgen = []
[target."cfg(target_family = \"unix\")".dependencies.libc] [target."cfg(target_family = \"unix\")".dependencies.libc]

@ -1,6 +1,6 @@
--- time-0.3.14/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.14/Cargo.toml 2022-08-25T10:09:33.222218+00:00 +++ time-0.3.15/Cargo.toml 2022-10-05T10:12:12.622820+00:00
@@ -133,7 +133,6 @@ @@ -132,7 +132,6 @@
"parsing", "parsing",
] ]
std = ["alloc"] std = ["alloc"]

Loading…
Cancel
Save