Update to version 0.3.34; Fixes RHBZ#2262208

epel10
Fabio Valentini 1 year ago
parent 5be01d1279
commit 5eccb43161
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -31,3 +31,4 @@
/time-0.3.29.crate
/time-0.3.30.crate
/time-0.3.31.crate
/time-0.3.34.crate

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

@ -1 +1 @@
SHA512 (time-0.3.31.crate) = e1cf8197f1eb9556e6320268eea35ca4e5ef33020fae94b181cc21d97b56c074b87ea783804cd7b7ff072736e498f0890b7af8e16c5492a12a4597a4cf33c4fa
SHA512 (time-0.3.34.crate) = 3997e1b8d9be2f54184ebc9e1355d4b65f0b7bc9439b2b29e4a4acd86ad3a3aa019261112a24d998d76a7f66b266a86536fa50412279911b14d4d7aa7078c116

@ -1,6 +1,6 @@
--- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.31/Cargo.toml 2024-01-08T19:44:39.946955+00:00
@@ -169,18 +169,7 @@
--- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.34/Cargo.toml 2024-02-04T15:25:27.992158+00:00
@@ -175,18 +175,7 @@
"alloc",
"deranged/std",
]
@ -20,7 +20,7 @@
[target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98"
@@ -274,3 +263,4 @@
@@ -280,3 +269,4 @@
[lints.rustdoc]
private-doc-tests = "warn"
unescaped-backticks = "warn"

@ -1,5 +1,5 @@
--- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.31/Cargo.toml 2024-01-08T19:44:52.309999+00:00
--- time-0.3.34/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.34/Cargo.toml 2024-02-04T15:26:14.750361+00:00
@@ -53,15 +53,6 @@
[lib]
bench = false
@ -16,7 +16,7 @@
[dependencies.deranged]
version = "0.3.9"
features = ["powerfmt"]
@@ -169,7 +160,6 @@
@@ -175,7 +166,6 @@
"alloc",
"deranged/std",
]

Loading…
Cancel
Save