Skip to content

Commit

Permalink
Update ark-std requirement from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ark-std](https://github.com/arkworks-rs/std) to permit the latest version.
- [Changelog](https://github.com/arkworks-rs/std/blob/master/CHANGELOG.md)
- [Commits](arkworks-rs/std@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 3d980dc commit 30de6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ utils = { path = "../utils" }

#[dev-dependencies]
# todo: remove ark-test-curves eventually
ark-std ="0.4.0"
ark-std ="0.5.0"
ark-test-curves="0.4.2"
rand ={ version="0.8.4", features=["std"] }
2 changes: 1 addition & 1 deletion fft_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
utils = { path = "../utils" }
ark-ff = "0.4.2"
ark-std = "0.4.0"
ark-std = "0.5.0"

0 comments on commit 30de6b3

Please sign in to comment.