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

16 lines
583 B

--- time-0.3.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.5/Cargo.toml 2021-11-18T12:34:37.939078+00:00
@@ -82,12 +82,5 @@
quickcheck = ["quickcheck-dep", "alloc"]
serde-human-readable = ["serde", "formatting", "parsing"]
std = ["alloc"]
-[target."cfg(__ui_tests)".dev-dependencies.trybuild]
-version = "=1.0.34"
[target."cfg(any(target_os = \"linux\", unsound_local_offset))".dependencies.libc]
version = "0.2.98"
-[target."cfg(bench)".dev-dependencies.criterion]
-version = "0.3.5"
-
-[target."cfg(bench)".dev-dependencies.criterion-cycles-per-byte]
-version = "0.1.2"