bellman icon indicating copy to clipboard operation
bellman copied to clipboard

Multiple branches having the same name and version used by other crates

Open haraldh opened this issue 1 year ago • 0 comments

Other crates like https://github.com/matter-labs/franklin-crypto are depending on this crate on multiple branches. Because those branches, namely dev and snark-wrapper are using the same crate name and version, this prevents a cargo vendor of e.g. https://github.com/matter-labs/zksync-era

See https://github.com/matter-labs/zksync-era/issues/1086 https://github.com/matter-labs/franklin-crypto/issues/65

Recommendation: change the package name to ${orig}-${branchname} in the branches in question, or change the version.

haraldh avatar Feb 15 '24 14:02 haraldh