You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
635 B
16 lines
635 B
--- parking_lot_core-0.8.0/Cargo.toml 2020-06-23T18:35:29+00:00
|
|
+++ parking_lot_core-0.8.0/Cargo.toml 2020-08-25T23:08:32.086437+00:00
|
|
@@ -44,12 +44,5 @@
|
|
[features]
|
|
deadlock_detection = ["petgraph", "thread-id", "backtrace"]
|
|
nightly = []
|
|
-[target."cfg(target_os = \"cloudabi\")".dependencies.cloudabi]
|
|
-version = "0.1.0"
|
|
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
|
|
-version = "0.1.56"
|
|
[target."cfg(unix)".dependencies.libc]
|
|
version = "0.2.71"
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
-version = "0.3.8"
|
|
-features = ["winnt", "ntstatus", "minwindef", "winerror", "winbase", "errhandlingapi", "handleapi"]
|