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:
parent
c7ddb2d7d1
commit
28a27bbfd8
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue