fix(cli): the lockfile never learned about the new crate

Adding `clients/cli` as a workspace member without regenerating `Cargo.lock` breaks every
packaging script — deb, rpm, arch, nix and flatpak all build with `--locked`, which refuses
to resolve a member the lock doesn't know. It slipped through because the CLI was only ever
built on the remote boxes, and their lock updates stayed on those boxes.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-29 01:19:34 +02:00
co-authored by Claude Opus 5
parent bf98102714
commit 192635545d
Generated
+11
View File
@@ -3280,6 +3280,17 @@ dependencies = [
"unarray",
]
[[package]]
name = "punktfunk-cli"
version = "0.21.0"
dependencies = [
"pf-client-core",
"punktfunk-core",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "punktfunk-client-android"
version = "0.21.0"