Skip to content

Commit

Permalink
fix: Pin bitfield-rle to 0.2.1 to avoid upstream breaking changes from
Browse files Browse the repository at this point in the history
causing issues in ggrs
  • Loading branch information
MaxCWhitehead committed Mar 31, 2024
1 parent 1d808ae commit f60a755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wasm-bindgen = ["instant/wasm-bindgen", "getrandom/js"]
serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
rand = "0.8"
bitfield-rle = "0.2"
bitfield-rle = "0.2.1"
parking_lot = "0.11"
instant = "0.1"
bytemuck = {version = "1.9", features = ["derive"]}
Expand Down

0 comments on commit f60a755

Please sign in to comment.