Skip to content

cargo vendor 🚚 on - third-party/rust: make sure num_enum has default features in default universe Summary: D54934898 also added it to the no-std universe and turned off default features. This made no difference in practice because num_enum already had dependants in the default universe needing its default features, but it's better to make this explicit. (Ideally there'd be a mechanism to detect that dependencies are actually requesting the features they depend on, but we don't have that.) Also make... #100

cargo vendor 🚚 on - third-party/rust: make sure num_enum has default features in default universe Summary: D54934898 also added it to the no-std universe and turned off default features. This made no difference in practice because num_enum already had dependants in the default universe needing its default features, but it's better to make this explicit. (Ideally there'd be a mechanism to detect that dependencies are actually requesting the features they depend on, but we don't have that.) Also make...

cargo vendor 🚚 on - third-party/rust: make sure num_enum has default features in default universe Summary: D54934898 also added it to the no-std universe and turned off default features. This made no difference in practice because num_enum already had dependants in the default universe needing its default features, but it's better to make this explicit. (Ideally there'd be a mechanism to detect that dependencies are actually requesting the features they depend on, but we don't have that.) Also make... #100

Annotations

2 warnings

This job succeeded