Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use tag for inter-dep among member crates #639

Merged
merged 2 commits into from
Jul 25, 2024
Merged

Conversation

alxiong
Copy link
Contributor

@alxiong alxiong commented Jul 25, 2024

This PR:

I encounter type compatibility error when trying to point to previously tagged jf-plonk-v0.5.0; where I realized that we are still using relative path path = "../xx" for inter-depenecy among member crates, which points to the head instead of a tagged version.

Since we made the decision in #556 to have independent version management/bumping among crates, we forgot to reflect that in our dependency declaration and this PR fixed that.

  • re-tag jf-plonk-v0.5.0 and tag jf-signatures-v0.1.1 to the latest main once this PR is merged.

@alxiong alxiong merged commit 89b9345 into main Jul 25, 2024
6 checks passed
@alxiong alxiong deleted the fix-internal-dep branch July 25, 2024 13:16
@alxiong
Copy link
Contributor Author

alxiong commented Jul 26, 2024

I notice that when we tag 0.4.5 we forgot to bump the project root workspace.version: https://github.com/EspressoSystems/jellyfish/blob/0.4.5/Cargo.toml#L6

let's be more careful next time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants