Skip to content
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

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

Open
tisonkun opened this issue Dec 3, 2024 · 0 comments
Open

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

tisonkun opened this issue Dec 3, 2024 · 0 comments

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"] }
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

1 participant