]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blob - src/patches/rust-parking_lot_core-0.8.5-fix-metadata.patch
rust-parking_lot_core: New package.
[people/mfischer/ipfire-2.x.git] / src / patches / rust-parking_lot_core-0.8.5-fix-metadata.patch
1 --- parking_lot_core-0.8.5/Cargo.toml.orig 2022-01-28 15:27:51.382373138 +0000
2 +++ parking_lot_core-0.8.5/Cargo.toml 2022-01-28 15:28:01.218817389 +0000
3 @@ -43,10 +43,5 @@
4 [features]
5 deadlock_detection = ["petgraph", "thread-id", "backtrace"]
6 nightly = []
7 -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
8 -version = "0.2.8"
9 [target."cfg(unix)".dependencies.libc]
10 version = "0.2.95"
11 -[target."cfg(windows)".dependencies.winapi]
12 -version = "0.3.9"
13 -features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"]