From 22ab1e7878f1806881fb10d4df168a881316da97 Mon Sep 17 00:00:00 2001 From: "Ibuki.O" Date: Sat, 7 Feb 2026 22:56:50 +0900 Subject: [PATCH] chore: Pin pci_types version to 0.10.0. --- drivers/pcid/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pcid/Cargo.toml b/drivers/pcid/Cargo.toml index 98d5006cbd..c51e87d0ca 100644 --- a/drivers/pcid/Cargo.toml +++ b/drivers/pcid/Cargo.toml @@ -16,7 +16,7 @@ bincode = "1.2" fdt = "0.1.5" libc.workspace = true log.workspace = true -pci_types = "0.10" +pci_types = "=0.10.0" pico-args = { version = "0.5", features = ["combined-flags"] } plain = "0.2" redox-scheme.workspace = true