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

multiple BITS found build error #1048

Closed
fahrenq opened this issue Feb 13, 2021 · 3 comments
Closed

multiple BITS found build error #1048

fahrenq opened this issue Feb 13, 2021 · 3 comments

Comments

@fahrenq
Copy link

fahrenq commented Feb 13, 2021

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.

@fahrenq fahrenq closed this as completed Feb 13, 2021
@sondr3
Copy link
Contributor

sondr3 commented Feb 13, 2021

Thanks, I was just bit by this.

@RustyJoeM
Copy link

how should i resolve this when instructed to use sqlx via:

cargo install --version=0.5.1 sqlx-cli --no-default-features --features postgres

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)

@ranile
Copy link
Contributor

ranile commented Feb 13, 2021

I also just ran into this. It can be fixed by running cargo install command with --locked flag.

LukeMathWalker pushed a commit to LukeMathWalker/zero-to-production that referenced this issue Feb 15, 2021
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
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

4 participants