Update to version 0.3.31; Fixes RHBZ#2255215

epel10
Fabio Valentini 1 year ago
parent 67bbdb57cf
commit 624b9ecbe1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -30,3 +30,4 @@
/time-0.3.28.crate /time-0.3.28.crate
/time-0.3.29.crate /time-0.3.29.crate
/time-0.3.30.crate /time-0.3.30.crate
/time-0.3.31.crate

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

@ -1 +1 @@
SHA512 (time-0.3.30.crate) = 268f0c779e2a44431932aa407f39878ff1412e287f9678574537fe7185f12faf7605c5ef433aa6d364bf77894e819ff3953f870ef7ad208b7203f1c58eccc4e5 SHA512 (time-0.3.31.crate) = e1cf8197f1eb9556e6320268eea35ca4e5ef33020fae94b181cc21d97b56c074b87ea783804cd7b7ff072736e498f0890b7af8e16c5492a12a4597a4cf33c4fa

@ -1,5 +1,5 @@
--- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.30/Cargo.toml 2023-10-15T10:15:55.796572+00:00 +++ time-0.3.31/Cargo.toml 2024-01-08T19:44:39.946955+00:00
@@ -169,18 +169,7 @@ @@ -169,18 +169,7 @@
"alloc", "alloc",
"deranged/std", "deranged/std",
@ -20,8 +20,8 @@
[target."cfg(target_family = \"unix\")".dependencies.libc] [target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98" version = "0.2.98"
@@ -189,3 +178,4 @@ @@ -274,3 +263,4 @@
[target."cfg(target_family = \"unix\")".dependencies.num_threads] [lints.rustdoc]
version = "0.1.2" private-doc-tests = "warn"
optional = true unescaped-backticks = "warn"
+ +

@ -1,10 +1,9 @@
--- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.30/Cargo.toml 2023-10-15T10:16:12.733610+00:00 +++ time-0.3.31/Cargo.toml 2024-01-08T19:44:52.309999+00:00
@@ -52,15 +52,6 @@ @@ -53,15 +53,6 @@
[lib] [lib]
bench = false bench = false
-
-[[test]] -[[test]]
-name = "tests" -name = "tests"
-path = "../tests/main.rs" -path = "../tests/main.rs"
@ -13,9 +12,10 @@
-name = "benchmarks" -name = "benchmarks"
-path = "../benchmarks/main.rs" -path = "../benchmarks/main.rs"
-harness = false -harness = false
-
[dependencies.deranged] [dependencies.deranged]
version = "0.3.9" version = "0.3.9"
features = ["powerfmt"]
@@ -169,7 +160,6 @@ @@ -169,7 +160,6 @@
"alloc", "alloc",
"deranged/std", "deranged/std",

Loading…
Cancel
Save