Diesel enables feature flags by default for 32-column tables - but if you don't need them, disabling them can improve compile times. Right now if you use this library, you can't disable that flag since it's inadvertently enabled here.
This just modifies Cargo.toml to avoid default features.
Diesel enables feature flags by default for 32-column tables - but if you don't need them, disabling them can improve compile times. Right now if you use this library, you can't disable that flag since it's inadvertently enabled here.
This just modifies
Cargo.toml
to avoid default features.