]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/rust-time-0.1.43-fix-metadata.patch
suricata: Update to 6.0.12
[people/pmueller/ipfire-2.x.git] / src / patches / rust-time-0.1.43-fix-metadata.patch
1 --- time-0.1.43/Cargo.toml.original 2020-04-20 00:31:10.000000000 +0200
2 +++ time-0.1.43/Cargo.toml 2022-06-16 15:21:19.210090045 +0200
3 @@ -29,10 +29,3 @@
4 optional = true
5 [dev-dependencies.log]
6 version = "0.4"
7 -
8 -[dev-dependencies.winapi]
9 -version = "0.3.0"
10 -features = ["std", "processthreadsapi", "winbase"]
11 -[target."cfg(windows)".dependencies.winapi]
12 -version = "0.3.0"
13 -features = ["std", "minwinbase", "minwindef", "ntdef", "profileapi", "sysinfoapi", "timezoneapi"]