chore(release): bump workspace crates to 1.0.0#436
Merged
Conversation
Bumps every publishable workspace crate to 1.0.0 for the v1.0.0 release: provekit-common, provekit-r1cs-compiler, provekit-prover, provekit-verifier, provekit-cli, provekit-bench, provekit-ffi, verifier-server. Workspace dependency pins for the five crates published to crates.io (common/r1cs-compiler/prover/verifier/cli) also move to 1.0.0. provekit-gnark intentionally stays at 0.1.2 so provekit-cli@1.0.0 keeps resolving the existing crates.io release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps the publishable workspace crates to
1.0.0in preparation for the ProveKit v1.0.0 release tag.provekit-common,provekit-r1cs-compiler,provekit-prover,provekit-verifier:0.1.4 → 1.0.0provekit-cli:0.1.5 → 1.0.0provekit-bench,provekit-ffi,verifier-server:0.1.0 → 1.0.0[workspace.dependencies]version pins for the five crates that publish to crates.io are bumped to1.0.0.provekit-gnarkis intentionally kept at 0.1.2 soprovekit-cli@1.0.0resolves the existingprovekit-gnark@0.1.2release on crates.io (gnark is not part of this publish wave).nttare excluded from the v1 workspace, so they are not touched.After this merges,
v1.0.0will be tagged on the merge commit and the five publishable crates will go to crates.io.Test plan
cargo check --workspace --all-featurespasses locally on this branch.cargo publish --dry-runfor each of the 5 crates before the real publish.