chore: bump all crates to v0.2.0 for MERIDIAN release

Workspace version 0.1.0 → 0.2.0. All internal cross-crate
dependencies updated to match.

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv
2026-03-01 12:14:39 -05:00
parent 8da6767273
commit 3febf72674
7 changed files with 22 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ chrono = { version = "0.4", features = ["serde"] }
clap = { workspace = true }
# Multi-BSSID WiFi scanning pipeline (ADR-022 Phase 3)
wifi-densepose-wifiscan = { version = "0.1.0", path = "../wifi-densepose-wifiscan" }
wifi-densepose-wifiscan = { version = "0.2.0", path = "../wifi-densepose-wifiscan" }
[dev-dependencies]
tempfile = "3.10"