You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-time/time-fix-metadata.diff

41 lines
808 B

--- time-0.3.36/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.36/Cargo.toml 2024-11-15T16:51:13.742970+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"]
@@ -111,11 +102,11 @@
default-features = false
[dev-dependencies.rstest]
-version = "0.18.2"
+version = ">=0.18.2, <0.24.0"
default-features = false
[dev-dependencies.rstest_reuse]
-version = "0.6.0"
+version = ">=0.6.0, <0.8.0"
[dev-dependencies.serde]
version = "1.0.184"
@@ -175,7 +166,6 @@
"alloc",
"deranged/std",
]
-wasm-bindgen = []
[target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98"