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

27 lines
493 B

--- 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 @@
[lib]
bench = false
-
-[[test]]
-name = "tests"
-path = "../tests/main.rs"
-
-[[bench]]
-name = "benchmarks"
-path = "../benchmarks/main.rs"
-harness = false
[dependencies.itoa]
version = "1.0.1"
@@ -144,7 +135,6 @@
"parsing",
]
std = ["alloc"]
-wasm-bindgen = []
[target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98"