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.
[x] re-tag jf-plonk-v0.5.0 and tag jf-signatures-v0.1.1 to the latest main once this PR is merged.
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 pathpath = "../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.
jf-plonk-v0.5.0
and tagjf-signatures-v0.1.1
to the latestmain
once this PR is merged.