mirror of
https://github.com/bertptrs/tracing-mutex.git
synced 2025-12-25 12:40:31 +01:00
Reorganise features
Now the features do not directly enable each other, which should silence extraneous deprecation warnings while running tests. This can be cleaned up in the next BC break when the old features are removed.
This commit is contained in:
@@ -42,8 +42,8 @@ lock_api = ["dep:lock_api"]
|
||||
parking_lot = ["dep:parking_lot", "lock_api"]
|
||||
|
||||
# Deprecated feature names from when cargo couldn't distinguish between dep and feature
|
||||
lockapi = ["lock_api"]
|
||||
parkinglot = ["parking_lot"]
|
||||
lockapi = ["dep:lock_api"]
|
||||
parkinglot = ["dep:parking_lot", "lock_api"]
|
||||
|
||||
[build-dependencies]
|
||||
autocfg = "1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user