Skip to content

New version forces compilation of native-TLS #407

@TimDiekmann

Description

@TimDiekmann

With the new version, it's enforced that native TLS is compiled as soon as you enable tokio-postgres. Is it possible to move that to another feature?

Previously, we had this feature section:

tokio-postgres = ["dep:tokio-postgres", "tokio", "tokio/rt"]

but now we have

tokio-postgres = ["dep:postgres-native-tls", "dep:native-tls", "dep:tokio-postgres", "tokio", "tokio/rt"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions