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

Make 0.20.x version compatible with funty 1.2 #141

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

ed255
Copy link

@ed255 ed255 commented Nov 3, 2021

Hi!
Recently I tried to introduce a new dependency into a project I'm working on and encountered this issue: #105
Unfortunately I didn't find a way to solve this dependency compilation failure in my project, as we already have another dependency that requires bitvec 0.22.x which requires funty 1.2. The new dependency I want to introduce requires bitvec 0.20.x which isn't compatible with funty 1.2; and it seems it's not possible to have funty 1.1 and funty 1.2 at the same time.

This PR is an update from #110 but for the latest release in the 0.20.x version. It makes bitvec 0.20.x work with funty 1.1 and funty 1.2. I've also updated the version in Cargo.toml to 0.20.5 and would like to ask if you could publish this release to crates.io.

I didn't find any branch for the 0.20.x version, so I made the PR agains develop, but it obviously is not compatible. Is there a better way for me to submit a PR for the 0.20.x branch?

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

3 participants