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-chrono/chrono-fix-metadata.diff

52 lines
843 B

--- chrono-0.4.22/Cargo.toml 1970-01-01T00:00:01+00:00
+++ chrono-0.4.22/Cargo.toml 2022-11-04T17:26:18.225342+00:00
@@ -40,23 +40,6 @@
[lib]
name = "chrono"
-
-[[bench]]
-name = "chrono"
-harness = false
-required-features = ["__internal_bench"]
-
-[[bench]]
-name = "serde"
-harness = false
-required-features = [
- "__internal_bench",
- "serde",
-]
-
-[dependencies.criterion]
-version = "0.3"
-optional = true
[dependencies.iana-time-zone]
version = "0.1.44"
@@ -111,7 +94,6 @@
[features]
__doctest = []
-__internal_bench = ["criterion"]
alloc = []
clock = [
"std",
@@ -121,7 +103,6 @@
"clock",
"std",
"oldtime",
- "wasmbind",
]
libc = []
oldtime = ["time"]
@@ -130,8 +111,6 @@
"pure-rust-locales",
"alloc",
]
-wasmbind = [
-]
[badges.appveyor]
repository = "chronotope/chrono"