From 590ceaa850f0539e8f4d397b472be68a547104e5 Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Thu, 25 Jun 2026 09:32:12 +0000 Subject: [PATCH] =?UTF-8?q?fix(windows-drivers):=20driver=20Cargo.lock=20?= =?UTF-8?q?=E2=80=94=20pf-vdisplay=20gains=20windows=20+=20thiserror=20edg?= =?UTF-8?q?es=20(STEP=205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit STEP 5 (d8a453f) added the windows + thiserror deps to pf-vdisplay/Cargo.toml but the workspace lock was not updated (driver is windows-only, cant build on the Linux dev box). Regenerated on the RTX box. Both crates were already resolved in the lock (pulled by wdk-build), so this is purely the pf-vdisplay dependency edges. Co-Authored-By: Claude Opus 4.8 (1M context) --- packaging/windows/drivers/Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/windows/drivers/Cargo.lock b/packaging/windows/drivers/Cargo.lock index 1934618..2d21dad 100644 --- a/packaging/windows/drivers/Cargo.lock +++ b/packaging/windows/drivers/Cargo.lock @@ -399,10 +399,12 @@ name = "pf-vdisplay" version = "0.0.1" dependencies = [ "pf-vdisplay-proto", + "thiserror", "wdk", "wdk-build", "wdk-iddcx", "wdk-sys", + "windows", ] [[package]]