-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Optional features are enabled even when not activated #2911
Comments
Got the same problem here.
|
This may be a Cargo bug, or a misinterpretation of the
|
This seems to be a |
Regardless, this doesn't sound like a SQLx issue so I think I'm going to close. I'd recommend opening one upstream. |
Yep, you are right it's probably not SQLx related. |
Also Thanks from my side! 👍 |
for posterity, this seems to be rust-lang/cargo#10801, and this bug has impacted sqlx before. leaving this comment so that people know where to look when they happen upon this issue. |
Bug Description
Optional features are unexpectedly activated
Minimal Reproduction
All is good, the
Cargo.lock
does not include unnecessary clutter (even thoughsqlx-macros
is already there):uuid
feature:Check the
Cargo.lock
again. There are now sqlite and mysql listed while they were not expected?Info
rustc --version
: 1.74.0The text was updated successfully, but these errors were encountered: