Skip to content

Transitive derive feature from tokio-postgres to postegres-types #1193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tisonkun opened this issue Dec 3, 2024 · 1 comment
Open

Transitive derive feature from tokio-postgres to postegres-types #1193

tisonkun opened this issue Dec 3, 2024 · 1 comment

Comments

@tisonkun
Copy link

tisonkun commented Dec 3, 2024

Not sure if it's desired, but now I have to specify:

tokio-postgres = { version = "0.7.12", features = ["with-jiff-0_1"] }
postgres-types = { version = "0.2.8", features = ["derive", "with-jiff-0_1"] }

And I wonder if it's possible to do:

tokio-postgres = { version = "0.7.12", features = ["derive", "with-jiff-0_1"] }
@kurotych
Copy link

+1,
It'd be nice to use the tokio_postgres::types::... dependency with the derive feature without needing to specify both tokio-postgres and postgres-types in Cargo.toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants