chore: bump world-id-protocol crates to 0.12#435
Open
agentotto[bot] wants to merge 2 commits into
Open
Conversation
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
world-id-coreandworld-id-proofworkspace dependencies from0.11.0to0.12.0in the rootCargo.toml.Member crates (
walletkit-core,walletkit-cli) already inherit these viaworkspace = trueand required no changes.Note
Medium Risk
Touches identity and ZK proof crates (including new provekit R1CS compiler wiring); behavior changes are possible even though WalletKit source is unchanged.
Overview
Raises the workspace pins for
world-id-coreandworld-id-prooffrom0.11.0to0.12.0in the rootCargo.toml. Downstream crates that useworkspace = truepick up the new versions without their own manifest edits.Cargo.lockis refreshed for the whole World ID stack at0.12.0, including transitive moves such astaceo-oprf0.16.0, a newprovekit-r1cs-compilerdependency onworld-id-proof, and assorteditertoolsresolution updates in alloy/prost/taceo crates.Reviewed by Cursor Bugbot for commit f392810. Bugbot is set up for automated code reviews on this repo. Configure here.