chore(release): bump workspace version to 0.10.0
audit / bun-audit (push) Successful in 12s
ci / rust (push) Failing after 42s
ci / docs-site (push) Successful in 48s
ci / web (push) Successful in 1m17s
audit / cargo-audit (push) Successful in 2m35s
ci / bench (push) Successful in 5m56s
windows / build (aarch64-pc-windows-msvc) (push) Failing after 5m9s
apple / swift (push) Successful in 4m44s
windows / build (x86_64-pc-windows-msvc) (push) Failing after 5m31s
apple / screenshots (push) Successful in 19m30s
decky / build-publish (push) Successful in 24s
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Successful in 27s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 9s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 8s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 11s
android-screenshots / screenshots (push) Successful in 3m19s
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 6m58s
windows-host / package (push) Successful in 9m32s
linux-client-screenshots / screenshots (push) Successful in 8m5s
docker / deploy-docs (push) Successful in 22s
web-screenshots / screenshots (push) Successful in 2m44s
windows-msix / package (arm64, C:\Users\Public\ffmpeg-arm64, --no-default-features, aarch64-pc-windows-msvc, C:\t-a64) (push) Successful in 2m36s
arch / build-publish (push) Successful in 12m38s
deb / build-publish (push) Successful in 12m44s
android / android (push) Successful in 13m10s
windows-msix / package (x64, C:\Users\Public\ffmpeg, , x86_64-pc-windows-msvc, C:\t) (push) Successful in 4m28s
rpm / build-publish (43, bazzite, punktfunk-fedora-rpm) (push) Successful in 13m59s
release / apple (push) Successful in 24m1s
rpm / build-publish (44, fedora-44, punktfunk-fedora44-rpm) (push) Successful in 19m20s
flatpak / build-publish (push) Failing after 8m2s

Bumps [workspace.package] version 0.9.2 -> 0.10.0 (14 workspace crates). Apple
MARKETING_VERSION / Android versionName are set from the release tag by CI, so no
client manifest changes; the nested Windows-driver workspace keeps its independent
0.0.1 version.

Also syncs Cargo.lock: the version bump for the 14 members, plus dropping the
now-orphaned crossbeam-channel entry the Windows builtin removal (ef580825) left
behind (it dropped the dep from the manifest but not the lock), so
`cargo build --locked` (ci.yml / deb.yml) stays green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-13 01:32:26 +02:00
parent c0fc2d8ee8
commit 3c16c1dd30
2 changed files with 15 additions and 28 deletions
Generated
+14 -27
View File
@@ -870,15 +870,6 @@ dependencies = [
"itertools 0.10.5",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.6"
@@ -2154,7 +2145,7 @@ dependencies = [
[[package]]
name = "latency-probe"
version = "0.9.2"
version = "0.10.0"
[[package]]
name = "lazy_static"
@@ -2286,7 +2277,7 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
[[package]]
name = "loss-harness"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"punktfunk-core",
]
@@ -2765,7 +2756,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "pf-client-core"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"async-channel",
@@ -2787,7 +2778,7 @@ dependencies = [
[[package]]
name = "pf-console-ui"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"ash",
@@ -2808,7 +2799,7 @@ dependencies = [
[[package]]
name = "pf-ffvk"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"ash",
"bindgen",
@@ -2817,7 +2808,7 @@ dependencies = [
[[package]]
name = "pf-presenter"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"ash",
@@ -3001,7 +2992,7 @@ dependencies = [
[[package]]
name = "punktfunk-client-android"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"android_logger",
"jni",
@@ -3017,7 +3008,7 @@ dependencies = [
[[package]]
name = "punktfunk-client-linux"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"async-channel",
@@ -3033,7 +3024,7 @@ dependencies = [
[[package]]
name = "punktfunk-client-session"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"pf-client-core",
@@ -3048,14 +3039,11 @@ dependencies = [
[[package]]
name = "punktfunk-client-windows"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"async-channel",
"crossbeam-channel",
"ffmpeg-next",
"mdns-sd",
"opus",
"pf-client-core",
"punktfunk-core",
"sdl3",
@@ -3063,7 +3051,6 @@ dependencies = [
"serde_json",
"tracing",
"tracing-subscriber",
"wasapi",
"windows 0.62.2 (git+https://github.com/microsoft/windows-rs?rev=a4f7b2cb7c63c6bb7fc77a2affe57145be1d8c4f)",
"windows-reactor",
"windows-reactor-setup",
@@ -3072,7 +3059,7 @@ dependencies = [
[[package]]
name = "punktfunk-core"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"aes-gcm",
"bytes",
@@ -3103,7 +3090,7 @@ dependencies = [
[[package]]
name = "punktfunk-host"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"aes",
"aes-gcm",
@@ -3175,7 +3162,7 @@ dependencies = [
[[package]]
name = "punktfunk-probe"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"mdns-sd",
@@ -3189,7 +3176,7 @@ dependencies = [
[[package]]
name = "punktfunk-tray"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"anyhow",
"ksni",
+1 -1
View File
@@ -35,7 +35,7 @@ exclude = [
ndk = { path = "clients/android/native/vendor/ndk" }
[workspace.package]
version = "0.9.2"
version = "0.10.0"
edition = "2021"
rust-version = "1.82"
license = "MIT OR Apache-2.0"