]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/rust-chrono-0.4.22-fix-metadata.patch
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / src / patches / rust-chrono-0.4.22-fix-metadata.patch
CommitLineData
9745d784
AB
1--- chrono-0.4.22/Cargo.toml.original 1970-01-01 01:00:01.000000000 +0100
2+++ chrono-0.4.22/Cargo.toml 2022-10-13 23:41:34.829910648 +0200
3@@ -115,14 +115,12 @@
4 alloc = []
5 clock = [
6 "std",
7- "winapi",
8 "iana-time-zone",
9 ]
10 default = [
11 "clock",
12 "std",
13 "oldtime",
14- "wasmbind",
15 ]
16 libc = []
17 oldtime = ["time"]
18@@ -131,31 +129,7 @@
19 "pure-rust-locales",
20 "alloc",
21 ]
22-wasmbind = [
23- "wasm-bindgen",
24- "js-sys",
25-]
26-
27-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
28-version = "0.3"
29-optional = true
30-
31-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
32-version = "0.2"
33-optional = true
34
35-[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
36-version = "0.3"
37-
38-[target."cfg(windows)".dependencies.winapi]
39-version = "0.3.0"
40-features = [
41- "std",
42- "minwinbase",
43- "minwindef",
44- "timezoneapi",
45-]
46-optional = true
47
48 [badges.appveyor]
49 repository = "chronotope/chrono"