Instead of configuring the features to be opt-in for compact strains, it should be an opt-out so that the feature's safety still holds when using no default features.
I'm imagining renaming the compact_strains feature flag to raw_strains and removing it from the default feature set.
This will be a breaking change though so it should wait until the next breaking release since it's not too important anyway.
Instead of configuring the features to be opt-in for compact strains, it should be an opt-out so that the feature's safety still holds when using no default features.
I'm imagining renaming the
compact_strains
feature flag toraw_strains
and removing it from the default feature set. This will be a breaking change though so it should wait until the next breaking release since it's not too important anyway.