Skip to content

Commit 4b69223

Browse files
Update ark-std requirement from 0.5.0 to 0.6.0
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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: ark-std dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b3b4a15 commit 4b69223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ark-ff = { git = "https://github.com/arkworks-rs/algebra.git", default-features
2525
ark-ec = { git = "https://github.com/arkworks-rs/algebra.git", default-features = false }
2626
ark-serialize = { git = "https://github.com/arkworks-rs/algebra.git", default-features = false, features = [ "derive" ] }
2727
ark-poly = { git = "https://github.com/arkworks-rs/algebra.git", default-features = false }
28-
ark-std = { version = "0.5.0", default-features = false }
28+
ark-std = { version = "0.6.0", default-features = false }
2929

3030
ark-relations = { git = "https://github.com/arkworks-rs/snark.git", default-features = false }
3131
ark-snark = { git = "https://github.com/arkworks-rs/snark.git", default-features = false }

0 commit comments

Comments
 (0)