Compare commits
17 Commits
Author | SHA1 | Date |
---|---|---|
|
deee95accb | 3 months ago |
|
cdaac5cbe7 | 3 months ago |
|
b589e0ff83 | 7 months ago |
|
249e41c655 | 10 months ago |
|
5eccb43161 | 1 year ago |
|
5be01d1279 | 1 year ago |
|
624b9ecbe1 | 1 year ago |
|
67bbdb57cf | 1 year ago |
|
e56a7a380f | 1 year ago |
|
c862d32048 | 1 year ago |
|
1b9f736078 | 2 years ago |
|
f994d324d9 | 2 years ago |
|
895b274338 | 2 years ago |
|
7a4b93a846 | 2 years ago |
|
6f3f9ef55b | 2 years ago |
|
b4f1c995ae | 2 years ago |
|
b1a389bcf6 | 2 years ago |
@ -0,0 +1,7 @@
|
||||
[package]
|
||||
cargo-toml-patch-comments = [
|
||||
"remove WASM-specific features",
|
||||
"remove references to tests that are not included in published crates",
|
||||
"allow rstest 0.23.0 and rstest_reuse 0.7.0: https://github.com/time-rs/time/pull/716",
|
||||
]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (time-0.3.31.crate) = e1cf8197f1eb9556e6320268eea35ca4e5ef33020fae94b181cc21d97b56c074b87ea783804cd7b7ff072736e498f0890b7af8e16c5492a12a4597a4cf33c4fa
|
||||
SHA512 (time-0.3.37.crate) = 6d007507f79c45a7408675b3223bbf83a133bbaf96429ae6a02b5db09acccf884bb8323dc6f3dd05e7ce87a78366a55bafa6c6ba31b04198a31026df4ef425e2
|
||||
|
@ -1,26 +1,10 @@
|
||||
--- 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
|
||||
@@ -53,15 +53,6 @@
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
-[[test]]
|
||||
-name = "tests"
|
||||
-path = "../tests/main.rs"
|
||||
-
|
||||
-[[bench]]
|
||||
-name = "benchmarks"
|
||||
-path = "../benchmarks/main.rs"
|
||||
-harness = false
|
||||
-
|
||||
[dependencies.deranged]
|
||||
version = "0.3.9"
|
||||
features = ["powerfmt"]
|
||||
@@ -169,7 +160,6 @@
|
||||
--- time-0.3.37/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ time-0.3.37/Cargo.toml 2024-12-08T18:20:27.319203+00:00
|
||||
@@ -170,7 +170,6 @@
|
||||
"alloc",
|
||||
"deranged/std",
|
||||
]
|
||||
-wasm-bindgen = []
|
||||
|
||||
[target."cfg(target_family = \"unix\")".dependencies.libc]
|
||||
[target.'cfg(target_family = "unix")'.dependencies.libc]
|
||||
version = "0.2.98"
|
||||
|
Loading…
Reference in new issue