Skip to content

Commit

Permalink
core-foundation: Use dep syntax for with-uuid feature.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
waywardmonkeys committed Aug 11, 2024
1 parent 42ec061 commit ab88b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit ab88b21

Please sign in to comment.