matter-labs / franklin-crypto

Other
115 stars 66 forks source link

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

Open haraldh opened 8 months ago

haraldh commented 8 months ago

Other crates 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 and https://github.com/matter-labs/bellman/issues/56

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