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 across workspace #39

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

huitseeker
Copy link
Member

  • Adjusted the dependabot.yml file to only update "minor" and "patch" in the "rust-dependencies" group.
  • Removed bellpepper dependency from multiple crates, including bls12381, ed25519, merkle-inclusion, emulated, and chunk.
  • Replaced specific version dependencies with workspace versions for num-bigint, num-integer, num-traits, and rand in various crates.
  • Added dependencies num-bigint, num-integer, num-traits, and proptest in the main Cargo.toml file.
  • Switched proptest and bellpepper-core dependencies to use the workspace version in sha512 and chunk crates respectively.

- Adjusted the `dependabot.yml` file to only update "minor" and "patch" in the "rust-dependencies" group.
- Removed `bellpepper` dependency from multiple crates, including `bls12381`, `ed25519`, `merkle-inclusion`, `emulated`, and `chunk`.
- Replaced specific version dependencies with workspace versions for `num-bigint`, `num-integer`, `num-traits`, and `rand` in various crates.
- Added dependencies `num-bigint`, `num-integer`, `num-traits`, and `proptest` in the main `Cargo.toml` file.
- Switched `proptest` and `bellpepper-core` dependencies to use the workspace version in `sha512` and `chunk` crates respectively.
Copy link
Member

@wwared wwared left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@huitseeker huitseeker merged commit 94034f6 into argumentcomputer:main Feb 21, 2024
12 checks passed
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