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

Fix optional dependency on sqlx-macros #2586

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Fix optional dependency on sqlx-macros #2586

merged 1 commit into from
Jul 6, 2023

Conversation

kitterion
Copy link
Contributor

Features of sqlx-macros are mostly only enabled when sqlx-macros is used, except in a couple places that I fix here.
I use default-features = false, features = ["runtime-tokio-rustls", "sqlite"] and currently it also unnecessarily pulls in sqlx-macros.

@abonander abonander merged commit 310af5c into launchbadge:main Jul 6, 2023
57 checks passed
@kitterion kitterion deleted the optional-macros branch July 7, 2023 07:16
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

Successfully merging this pull request may close these issues.

None yet

2 participants