mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-20 22:03:06 +00:00
- Previously refered to specific `crates.io` versions. - Motivation for this is to allow external projects to be able use specific revisions of this repo. Without this, a `[patch]` section is almost always required in the external project in order to force the internal plonky2 sub-crates to the same version, an approach which comes with its own issues.