fix(worldmodel): use published worldgraph v0.3.0 instead of path dep (crates.io publish prep)

Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
ruv 2026-05-29 18:43:35 -04:00
parent c7ddb2d7d1
commit 28a27bbfd8
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ tokio = { version = "1", features = ["net", "io-util", "macros", "time"] }
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
thiserror.workspace = true
wifi-densepose-worldgraph = { path = "../wifi-densepose-worldgraph" }
wifi-densepose-worldgraph = "0.3.0"
[lints.rust]
unsafe_code = "forbid"