Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

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

Open
haraldh opened this issue Feb 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@haraldh
Copy link

haraldh commented Feb 15, 2024

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 matter-labs/zksync-era#1086 matter-labs/franklin-crypto#65

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant