From 450b98345e547efd76c025ce44787dea80287aea Mon Sep 17 00:00:00 2001 From: ruv Date: Mon, 27 Jul 2026 22:51:48 -0400 Subject: [PATCH] chore: republish wifi-densepose-vitals 0.3.3 to crates.io The published 0.3.2 predates the #1449 HeartRateExtractor/ BreathingExtractor fixes (weights=[] silent None, stale-lock recovery) -- this bumps and republishes so crates.io reflects current main. No other crate in the documented publish order has unpublished code changes: wifi-densepose-sensing-server/-cli remain blocked on the ruview-auth publish=false decision from #1439; wifi-densepose-calibration (the #1440 fix) was never in the crates.io publish list. 64 tests passing, 0 failed. Co-Authored-By: claude-flow --- v2/Cargo.lock | 2 +- v2/crates/wifi-densepose-vitals/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/Cargo.lock b/v2/Cargo.lock index cf3e9851..b21b987d 100644 --- a/v2/Cargo.lock +++ b/v2/Cargo.lock @@ -11572,7 +11572,7 @@ dependencies = [ [[package]] name = "wifi-densepose-vitals" -version = "0.3.2" +version = "0.3.3" dependencies = [ "criterion", "serde", diff --git a/v2/crates/wifi-densepose-vitals/Cargo.toml b/v2/crates/wifi-densepose-vitals/Cargo.toml index b235ea37..fe648c3c 100644 --- a/v2/crates/wifi-densepose-vitals/Cargo.toml +++ b/v2/crates/wifi-densepose-vitals/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wifi-densepose-vitals" -version = "0.3.2" +version = "0.3.3" edition.workspace = true description = "ESP32 CSI-grade vital sign extraction (ADR-021): heart rate and respiratory rate from WiFi Channel State Information" license.workspace = true