Skip to content

Commit

Permalink
Update ark-ff requirement from 0.4.2 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ark-ff](https://github.com/arkworks-rs/algebra) to permit the latest version.
- [Release notes](https://github.com/arkworks-rs/algebra/releases)
- [Changelog](https://github.com/arkworks-rs/algebra/blob/v0.5.0/CHANGELOG.md)
- [Commits](arkworks-rs/algebra@v0.4.2...v0.5.0)

---
updated-dependencies:
- dependency-name: ark-ff
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 50dbb25 commit ee414b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ path = "examples/example.rs"

[dependencies]
ark-poly = "0.4.2"
ark-ff = "0.4.2"
ark-ff = "0.5.0"
sha2 = "0.11.0-pre.3"
rand = "0.8.5"
2 changes: 1 addition & 1 deletion kzg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "examples/example.rs"


[dependencies]
ark-ff = "0.4.2"
ark-ff = "0.5.0"
ark-poly = "0.4.2"
ark-ec = "0.4.2"
ark-bls12-381 = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion plonk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "examples/example.rs"


[dependencies]
ark-ff = "0.4.2"
ark-ff = "0.5.0"
ark-poly = "0.4.2"
ark-ec = "0.4.2"
ark-bls12-381 = "0.4.0"
Expand Down

0 comments on commit ee414b2

Please sign in to comment.