Skip to content

Commit cbb7f76

Browse files
core-foundation: Use dep syntax for with-uuid feature.
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 3570256 commit cbb7f76

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
@@ -24,7 +24,7 @@ default = ["link"]
2424

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

0 commit comments

Comments
 (0)