You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): correct crate publish tier ordering in release workflow
nodedb-crdt and nodedb-fts depend on nodedb-types and belong in TIER3,
not TIER1. nodedb-types depends only on nodedb-codec (a TIER1 crate)
and belongs in TIER2, not after crates that depend on it.
0 commit comments