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
499 B

--- time-0.3.30/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.30/Cargo.toml 2023-10-15T10:16:12.733610+00:00
@@ -52,15 +52,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"
@@ -169,7 +160,6 @@
"alloc",
"deranged/std",
]
-wasm-bindgen = []
[target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98"