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(deploy): detect edition mismatch in workspace remote dep dedup
Change remote dep dedup from HashSet to HashMap<ProgramID, Option<u16>>
so that if two workspace members reference the same remote dependency
with different editions, an error is raised instead of silently keeping
the first. Add a comment on `already_deployed` explaining why
ProgramID-only dedup is safe there (local programs have no edition).
0 commit comments