]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/rust-iana-time-zone-0.1.51-fix-metadata.patch
rust-iana-time-zone: Required by updated rust-chrono
[people/pmueller/ipfire-2.x.git] / src / patches / rust-iana-time-zone-0.1.51-fix-metadata.patch
1 --- iana-time-zone-0.1.51/Cargo.toml.original 1970-01-01 01:00:01.000000000 +0100
2 +++ iana-time-zone-0.1.51/Cargo.toml 2022-10-13 23:51:27.954816115 +0200
3 @@ -31,31 +31,3 @@
4 [features]
5 fallback = []
6
7 -[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.core-foundation-sys]
8 -version = "0.8.3"
9 -
10 -[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
11 -version = "0.3.50"
12 -
13 -[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
14 -version = "0.2.70"
15 -
16 -[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
17 -version = "0.3"
18 -
19 -[target."cfg(target_os = \"android\")".dependencies.android_system_properties]
20 -version = "0.1.5"
21 -
22 -[target."cfg(target_os = \"haiku\")".dependencies.iana-time-zone-haiku]
23 -version = "0.1.0"
24 -
25 -[target."cfg(target_os = \"windows\")".dependencies.winapi]
26 -version = "0.3.9"
27 -features = [
28 - "activation",
29 - "combaseapi",
30 - "objbase",
31 - "roapi",
32 - "winerror",
33 - "winstring",
34 -]