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:
Bruce Mitchener
2024-08-12 03:25:03 +07:00
committed by GitHub
parent 4dac7cfd68
commit b10b72c0cc
+1 -1
View File
@@ -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"]