chore(publish): version rufield deps + bump worldgraph/rufield submodules (#1334)
- wifi-densepose-rufield: add version="0.1.0" to the four rufield path deps — rufield-core/-provenance/-privacy/-fusion are now published to crates.io, making this crate (and wifi-densepose-sensing-server 0.3.4) publishable - v2/crates/worldgraph -> 4441bc0: wifi-densepose-worldgraph 0.3.2 published (adds prune_semantic_states; unblocks wifi-densepose-engine 0.3.1 publish) - vendor/rufield -> f3c1492: breaks the fusion<->adapters circular dev-dependency (path-only dev-dep, stripped at publish) Closes the crates.io publish blockers in #1334. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
7b244bdc8c
commit
9dceb976c7
|
|
@ -15,10 +15,10 @@ repository.workspace = true
|
||||||
# (serde / serde_json / toml / sha2 / ed25519-dalek only — no tch / openblas /
|
# (serde / serde_json / toml / sha2 / ed25519-dalek only — no tch / openblas /
|
||||||
# ndarray / candle), so they build under `--no-default-features`.
|
# ndarray / candle), so they build under `--no-default-features`.
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rufield-core = { path = "../../../vendor/rufield/crates/rufield-core" }
|
rufield-core = { version = "0.1.0", path = "../../../vendor/rufield/crates/rufield-core" }
|
||||||
rufield-provenance = { path = "../../../vendor/rufield/crates/rufield-provenance" }
|
rufield-provenance = { version = "0.1.0", path = "../../../vendor/rufield/crates/rufield-provenance" }
|
||||||
rufield-privacy = { path = "../../../vendor/rufield/crates/rufield-privacy" }
|
rufield-privacy = { version = "0.1.0", path = "../../../vendor/rufield/crates/rufield-privacy" }
|
||||||
rufield-fusion = { path = "../../../vendor/rufield/crates/rufield-fusion" }
|
rufield-fusion = { version = "0.1.0", path = "../../../vendor/rufield/crates/rufield-fusion" }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit fdade422069d3162634292710d78cb9963c0f48d
|
Subproject commit 4441bc07b566659877c25e22cd5aea457bdba4f2
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 509d8ae29e654a322910bd504d325b0dd1fdd895
|
Subproject commit f3c149296aadaa783f076267c3f781e5560a4c6e
|
||||||
Loading…
Reference in New Issue