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: Refactor dependencies in Cargo.toml to no longer fork pasta #333

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

huitseeker
Copy link
Member

@huitseeker huitseeker commented Feb 19, 2024

After:

Details:

  • Updated dependencies in Cargo.toml by switching pasta_curves from a git repository to a specific version
  • Amended grumpkin-msm dependency git repository link
  • Removed the [patch.crates-io] section for pasta_curves due to the above changes.

Note

CI complaining on repo provenance 100% expected until above dependencies merge.

Fixes #332

- Updated dependencies in Cargo.toml by switching `pasta_curves` from a git repository to a specific version
- Amended `grumpkin-msm` dependency git repository link
- Removed the `[patch.crates-io]` section for `pasta_curves` due to the above changes.
@huitseeker huitseeker added this pull request to the merge queue Feb 20, 2024
Merged via the queue into lurk-lab:dev with commit 9cdccb3 Feb 20, 2024
9 checks passed
@huitseeker huitseeker deleted the move_out_from_pasta_fork branch February 20, 2024 01:53
huitseeker added a commit to huitseeker/lurk-rs that referenced this pull request Feb 20, 2024
- Updated `pasta_curves` package to version "0.5.0" in Cargo.toml.
- Removed `pasta_curves` patch from `crates-io` due to redundancy with `bn256_grumpkin` traits.

This is obsolete since lurk-lab/arecibo#333
github-merge-queue bot pushed a commit to lurk-lab/lurk-rs that referenced this pull request Feb 20, 2024
- Updated `pasta_curves` package to version "0.5.0" in Cargo.toml.
- Removed `pasta_curves` patch from `crates-io` due to redundancy with `bn256_grumpkin` traits.

This is obsolete since lurk-lab/arecibo#333
winston-h-zhang pushed a commit to lurk-lab/lurk-rs that referenced this pull request Feb 27, 2024
- Updated `pasta_curves` package to version "0.5.0" in Cargo.toml.
- Removed `pasta_curves` patch from `crates-io` due to redundancy with `bn256_grumpkin` traits.

This is obsolete since lurk-lab/arecibo#333
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.

Remove the pasta fork
2 participants