Skip to content

Commit b10b72c

Browse files
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.
1 parent 4dac7cf commit b10b72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ default = ["link"]
2525

2626
mac_os_10_7_support = ["core-foundation-sys/mac_os_10_7_support"] # backwards compatibility
2727
mac_os_10_8_features = ["core-foundation-sys/mac_os_10_8_features"] # enables new features
28-
with-uuid = ["uuid"]
28+
with-uuid = ["dep:uuid"]
2929
# Disable to manually link. Enabled by default.
3030
link = ["core-foundation-sys/link"]
3131

0 commit comments

Comments
 (0)