This PR removes postgres from the list of diesel features required for the crate, and adds it to the list of dev-dependencies so the integration tests continue to pass.
With the addition of the postgres_backend api, postgres actually isn't required anymore- and including it in the list of diesel dependencies means that OpenSSL is linked even if an alternate postgres implementation is used.
This PR removes
postgres
from the list of diesel features required for the crate, and adds it to the list of dev-dependencies so the integration tests continue to pass.With the addition of the
postgres_backend
api,postgres
actually isn't required anymore- and including it in the list of diesel dependencies means that OpenSSL is linked even if an alternate postgres implementation is used.