diff --git a/.gitignore b/.gitignore index be20a46..a0d1ae6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /time-0.3.21.crate /time-0.3.22.crate /time-0.3.23.crate +/time-0.3.28.crate diff --git a/rust-time.spec b/rust-time.spec index 0e07fbe..b13e15b 100644 --- a/rust-time.spec +++ b/rust-time.spec @@ -5,7 +5,7 @@ %global crate time Name: rust-time -Version: 0.3.23 +Version: 0.3.28 Release: %autorelease Summary: Date and time library diff --git a/sources b/sources index da4d941..005edbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (time-0.3.23.crate) = cb3671ade408daf3b8f929ec412bc2eaf7cdd2486673269e83c381c277eba8ff04450ebdbc73af35c3abc6a822dde10b767a800434621c697363558a42c88ff3 +SHA512 (time-0.3.28.crate) = 97bc516631586d089797a5a35bf7d487084f1f1ad8b59a5a5454c07c2cb4f20de666ebb67c5ff539cab3fd2dd0c2498f3a4d4ae64541c0f3b1f56abccd58dcce diff --git a/time-fix-metadata-auto.diff b/time-fix-metadata-auto.diff index 2d1fc60..23b5bee 100644 --- a/time-fix-metadata-auto.diff +++ b/time-fix-metadata-auto.diff @@ -1,9 +1,9 @@ ---- time-0.3.23/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.23/Cargo.toml 2023-07-12T11:58:18.763690+00:00 -@@ -144,18 +144,7 @@ - "parsing", +--- time-0.3.28/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.28/Cargo.toml 2023-09-12T18:12:08.308741+00:00 +@@ -157,18 +157,7 @@ + "alloc", + "deranged/std", ] - std = ["alloc"] -wasm-bindgen = ["dep:js-sys"] - -[target."cfg(__ui_tests)".dev-dependencies.trybuild] @@ -14,7 +14,7 @@ -optional = true - -[target."cfg(bench)".dev-dependencies.criterion] --version = "0.4.0" +-version = "0.5.1" -default-features = false +wasm-bindgen = [] diff --git a/time-fix-metadata.diff b/time-fix-metadata.diff index 344c668..f258804 100644 --- a/time-fix-metadata.diff +++ b/time-fix-metadata.diff @@ -1,6 +1,6 @@ ---- time-0.3.23/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ time-0.3.23/Cargo.toml 2023-07-12T11:58:44.888826+00:00 -@@ -51,15 +51,6 @@ +--- time-0.3.28/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ time-0.3.28/Cargo.toml 2023-09-12T18:12:20.647793+00:00 +@@ -52,15 +52,6 @@ [lib] bench = false @@ -14,12 +14,12 @@ -path = "../benchmarks/main.rs" -harness = false - [dependencies.itoa] - version = "1.0.1" -@@ -144,7 +135,6 @@ - "parsing", + [dependencies.deranged] + version = "0.3.7" +@@ -157,7 +148,6 @@ + "alloc", + "deranged/std", ] - std = ["alloc"] -wasm-bindgen = [] [target."cfg(target_family = \"unix\")".dependencies.libc]