Skip to content

Commit

Permalink
chore: lock version of grumpkin package (#4269)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*

@kevaundray was very irresponsible and didn't specify a version for the
noir-grumpkin dependency. The reviewer in the PR in which he made this
mistake is entirely blameless.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Feb 6, 2024
1 parent f466fa1 commit 27dc763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/bn254_blackbox_solver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rust-embed = { version = "6.6.0", features = [
"include-exclude",
] }

grumpkin = { package = "noir_grumpkin", features = [
grumpkin = { version = "0.1.0", package = "noir_grumpkin", features = [
"std",
] } # BN254 fixed base scalar multiplication solver
ark-ec = { version = "^0.4.0", default-features = false }
Expand Down

0 comments on commit 27dc763

Please sign in to comment.