Closed gotoco closed 2 years ago
There is some unreleased change on master. You can see the CHANGELOG.md file or the commit history (https://github.com/dzamlo/rust-bitfield/commits/master). The unreleased change is a change that allows getter to work without AsMut
.
Is there a possibility to do the next release 0.13.3 based on current master? Or should I try to backport my code to older release 0.13.2? I think would be good to have master synced with create if there are differences with interface
I will try to do a release. But as you may know, last release was a long time ago, not sure I will be able to do it without issue.
Thank you for your help! I understand that the last release was a long time ago thus will be very grateful. Please let me know in case if there is anything that I can help with related to the release.
I've released master as 0.14.0. Sorry for the delay
Thank you for help!
I used this repository for developing TLP parsing library.
During development, I used it in my cargo.toml as
Now I wanted to create my own create, and I had to switch to a particular tagged version so I did change
That change in version caused code related to bitfields to not compile any longer with an error:
If I swap back dependency bitfield to GitHub repo it compiles and passes tests.
Is there any difference in usage of this library between directly using the master branch vs crate version??