build: bump bitfield-struct from 0.11.0 to 0.12.1

Should fix beta clippy.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Alyssa Ross
2025-10-29 20:15:33 +01:00
committed by Bo Chen
parent 7536a95424
commit 1356b26c0f
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ version = "0.1.0"
acpi_tables = { workspace = true }
anyhow = { workspace = true }
arch = { path = "../arch" }
bitfield-struct = { version = "0.11.0", optional = true }
bitfield-struct = { version = "0.12.0", optional = true }
bitflags = { workspace = true }
byteorder = { workspace = true }
event_monitor = { path = "../event_monitor" }