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.
rust-parking_lot/parking_lot-fix-metadata.diff

11 lines
360 B

--- parking_lot-0.7.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ parking_lot-0.7.0/Cargo.toml 2018-12-15T10:00:50.025562+01:00
@@ -29,7 +29,5 @@
version = "0.6"
[features]
-deadlock_detection = ["parking_lot_core/deadlock_detection"]
default = ["owning_ref"]
-nightly = ["parking_lot_core/nightly", "lock_api/nightly"]
owning_ref = ["lock_api/owning_ref"]