core-foundation: Use dep syntax for with-uuid feature. (#691)
This removes an implicit feature due to the optional dependency `uuid`. While this is user visible, any use of `uuid` as a feature previously would not have enabled the support code and so it wouldn't have had any benefit.
This commit is contained in:
@@ -25,7 +25,7 @@ default = ["link"]
|
||||
|
||||
mac_os_10_7_support = ["core-foundation-sys/mac_os_10_7_support"] # backwards compatibility
|
||||
mac_os_10_8_features = ["core-foundation-sys/mac_os_10_8_features"] # enables new features
|
||||
with-uuid = ["uuid"]
|
||||
with-uuid = ["dep:uuid"]
|
||||
# Disable to manually link. Enabled by default.
|
||||
link = ["core-foundation-sys/link"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user