Update to version 0.3.28; Fixes RHBZ#2227581

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

1
.gitignore vendored

@ -27,3 +27,4 @@
/time-0.3.21.crate /time-0.3.21.crate
/time-0.3.22.crate /time-0.3.22.crate
/time-0.3.23.crate /time-0.3.23.crate
/time-0.3.28.crate

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

@ -1 +1 @@
SHA512 (time-0.3.23.crate) = cb3671ade408daf3b8f929ec412bc2eaf7cdd2486673269e83c381c277eba8ff04450ebdbc73af35c3abc6a822dde10b767a800434621c697363558a42c88ff3 SHA512 (time-0.3.28.crate) = 97bc516631586d089797a5a35bf7d487084f1f1ad8b59a5a5454c07c2cb4f20de666ebb67c5ff539cab3fd2dd0c2498f3a4d4ae64541c0f3b1f56abccd58dcce

@ -1,9 +1,9 @@
--- time-0.3.23/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.28/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.23/Cargo.toml 2023-07-12T11:58:18.763690+00:00 +++ time-0.3.28/Cargo.toml 2023-09-12T18:12:08.308741+00:00
@@ -144,18 +144,7 @@ @@ -157,18 +157,7 @@
"parsing", "alloc",
"deranged/std",
] ]
std = ["alloc"]
-wasm-bindgen = ["dep:js-sys"] -wasm-bindgen = ["dep:js-sys"]
- -
-[target."cfg(__ui_tests)".dev-dependencies.trybuild] -[target."cfg(__ui_tests)".dev-dependencies.trybuild]
@ -14,7 +14,7 @@
-optional = true -optional = true
- -
-[target."cfg(bench)".dev-dependencies.criterion] -[target."cfg(bench)".dev-dependencies.criterion]
-version = "0.4.0" -version = "0.5.1"
-default-features = false -default-features = false
+wasm-bindgen = [] +wasm-bindgen = []

@ -1,6 +1,6 @@
--- time-0.3.23/Cargo.toml 1970-01-01T00:00:01+00:00 --- time-0.3.28/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.23/Cargo.toml 2023-07-12T11:58:44.888826+00:00 +++ time-0.3.28/Cargo.toml 2023-09-12T18:12:20.647793+00:00
@@ -51,15 +51,6 @@ @@ -52,15 +52,6 @@
[lib] [lib]
bench = false bench = false
@ -14,12 +14,12 @@
-path = "../benchmarks/main.rs" -path = "../benchmarks/main.rs"
-harness = false -harness = false
[dependencies.itoa] [dependencies.deranged]
version = "1.0.1" version = "0.3.7"
@@ -144,7 +135,6 @@ @@ -157,7 +148,6 @@
"parsing", "alloc",
"deranged/std",
] ]
std = ["alloc"]
-wasm-bindgen = [] -wasm-bindgen = []
[target."cfg(target_family = \"unix\")".dependencies.libc] [target."cfg(target_family = \"unix\")".dependencies.libc]

Loading…
Cancel
Save