fix(lock): cursor-probe's pf-frame dep reaches the lockfile

1f59498c added pf-frame to tools/cursor-probe (a workspace member) without
the Cargo.lock entry. The pinned 1.96 toolchain shrugs, but Arch's cargo
1.97 refuses to resolve under --locked — every arch build died with
'cannot update the lock file' right after the windows-rs fetch, which made
it look like a cache problem. One line, written by the pinned toolchain.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 00:53:18 +02:00
co-authored by Claude Fable 5
parent a94b1d3ccc
commit af817bc03e
Generated
+1
View File
@@ -951,6 +951,7 @@ version = "0.21.0"
dependencies = [
"anyhow",
"pf-capture",
"pf-frame",
"pf-inject",
"pf-vdisplay",
"punktfunk-core",