-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Can't build due to outdated bitvec #296
Comments
Hi, I've release a version of deku 0.15.0 which updates to the latest bitvec, however, there are some breaking changes/performance impacts. See #281 and https://github.com/sharksforarms/deku/blob/master/CHANGELOG.md#0150---2022-11-16 |
I was using I was converting the remaining bytes returned by a deku The bitvec docs says to use |
Well I fixed it by just not going back to Oh well. |
Can you use |
Ah, that's how it's done :P |
I have a problem with deku 0.13.0. I need compatibility with rust 1.54. |
Latest version of Deku depends on
bitvec = "0.22.1"
which itself depends onfunty = "1.2"
. This version offunty
was yanked after ferrilab/funty#3 and Deku no longer builds. Later versions ofbitvec
depend on the later (not yanked) versions instead.It seems like #281 already exists to fix this, but as of a few hours ago that PR is probably necessary to build Deku again.
The text was updated successfully, but these errors were encountered: