-
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
multiple BITS
found build error
#1048
Comments
Thanks, I was just bit by this. |
how should i resolve this when instructed to use sqlx via:
is it to be adressed by new sqlx version with updated dependencies? (sorry if asking trivial question - not much experience with rust / dependency hell on my side) |
I also just ran into this. It can be fixed by running cargo install command with |
This change is needed to workaround an incompatibility in the latest release of a deep dependency that causes a conflict in bitvec, see: launchbadge/sqlx#1048
bitvec package is currently broken and can not be built.
You can find more information about it here: ferrilab/bitvec#105
A quick fix is to explicitly specify funty dependency in your Cargo.toml file:
funty = "=1.1.0"
Will close this issue straight away, as it's a simple FYI.
The text was updated successfully, but these errors were encountered: