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

33 lines
551 B

--- chrono-0.4.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ chrono-0.4.31/Cargo.toml 2023-09-19T18:30:04.789787+00:00
@@ -78,19 +78,15 @@
version = "1"
[features]
-__internal_bench = []
alloc = []
clock = [
"std",
- "winapi",
"iana-time-zone",
- "android-tzdata",
]
default = [
"clock",
"std",
"oldtime",
- "wasmbind",
]
libc = []
oldtime = []
@@ -99,9 +95,6 @@
"pure-rust-locales",
"alloc",
]
-wasmbind = [
-]
-winapi = []
[target."cfg(unix)".dependencies.iana-time-zone]
version = "0.1.45"