mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 00:12:58 +02:00
rust-parking_lot_core: New package.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
1bd5018994
commit
eda914944f
13
src/patches/rust-parking_lot_core-0.8.5-fix-metadata.patch
Normal file
13
src/patches/rust-parking_lot_core-0.8.5-fix-metadata.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- parking_lot_core-0.8.5/Cargo.toml.orig 2022-01-28 15:27:51.382373138 +0000
|
||||
+++ parking_lot_core-0.8.5/Cargo.toml 2022-01-28 15:28:01.218817389 +0000
|
||||
@@ -43,10 +43,5 @@
|
||||
[features]
|
||||
deadlock_detection = ["petgraph", "thread-id", "backtrace"]
|
||||
nightly = []
|
||||
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
||||
-version = "0.2.8"
|
||||
[target."cfg(unix)".dependencies.libc]
|
||||
version = "0.2.95"
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "0.3.9"
|
||||
-features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"]
|
||||
Reference in New Issue
Block a user