From f60a7559c7a5e7af8f74ba5f015c20672691da4f Mon Sep 17 00:00:00 2001 From: Max Whitehead Date: Sun, 31 Mar 2024 12:54:01 -0700 Subject: [PATCH] fix: Pin bitfield-rle to 0.2.1 to avoid upstream breaking changes from causing issues in ggrs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4cdfc0c..6afe1ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]}