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: Fix result error type for bitfield-rle update to 0.2.1 #73

Merged
merged 2 commits into from
Apr 1, 2024

Conversation

MaxCWhitehead
Copy link
Contributor

bitfield-rle just published version 0.2.1 which removes dependency on failure crate, which was failing advisories for being unmaintained.

GGRS uses bitfield-rle 0.2 (fix version not restricted), when crates depending on ggrs update bitfield-rle in lock file, there is a related compiler error due to bitfield-rle error type changing.

This should fix those issues and allow dependent crates on ggrs to upgrade bitfield-rle successfully.

@MaxCWhitehead
Copy link
Contributor Author

It may make sense to pin the fix version of bitfield-rle (to 0.2.1 for example), because it is not 1.0, updates such as 0.2 -> 0.2.1 may contain breaking changes such as this one when abiding by semantic versioning.

@MaxCWhitehead
Copy link
Contributor Author

Updated to pin version of bitfield-rle to prevent future upgrade failures such as: #72

@gschup gschup merged commit c5b521f into gschup:main Apr 1, 2024
2 checks passed
@gschup
Copy link
Owner

gschup commented Apr 1, 2024

Thanks for tracking this down!

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

2 participants