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: compilation errors in bitvec / funty… #32

Closed
wants to merge 1 commit into from

Conversation

agueganno
Copy link

It seems a transitive dependency of the project broke - bitvec - because
one of its own dependencies - funty - declared a global BITS const… hence breaking
the current project.

According to the bitvec project, a fix may be to force funty’s version
to 1.1.0.

The matching issue in bitvec :

ferrilab/bitvec#105

It seems a transitive dependency of the project broke - bitvec - because
one of its own dependencies - funty - declared a global BITS const… hence breaking
the current project.

According to the bitvec project, a fix may be to force funty’s version
to 1.1.0.

The matching issue in bitvec :

ferrilab/bitvec#105
@agueganno
Copy link
Author

This may not affect the 1.0 branch, though.

@Geal
Copy link
Contributor

Geal commented Feb 15, 2021

it is fixed directly in nom, you just need to do a cargo update and you'll get nom 6.1.1

@Geal Geal closed this Feb 15, 2021
@agueganno
Copy link
Author

Thx.

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.

2 participants