fishfolk / bones

An easy-to-use game engine for making real games.
https://fishfolk.org/development/bones/introduction/
Other
210 stars 20 forks source link

Remove dependency on failure crate failing advisories / fix build failure on `cargo update` #365

Closed MaxCWhitehead closed 5 months ago

MaxCWhitehead commented 5 months ago

bitfield-rle released 0.2.1 removing failure crate. GGRS depends on bitfield-rle 0.2 (fix version unrestricted), upon updating bitfield-rle in lock file for crates depending on ggrs/bitfield-rle, there is a compiler error in ggrs.

PR opened in GGRS to resolve this issue: https://github.com/gschup/ggrs/pull/73

MaxCWhitehead commented 5 months ago

The action item here is to update crates dependent on bones's lockfiles to bitfield-rle to 0.2.1 once this PR is merged. Tracking here as any bones dependents are impacted.

MaxCWhitehead commented 5 months ago

Resolved in ggrs