Skip to content

Commit 983ab35

Browse files
build(deps): bump ark-std from 0.4.0 to 0.5.0
Bumps [ark-std](https://github.com/arkworks-rs/std) from 0.4.0 to 0.5.0. - [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-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7f73613 commit 983ab35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ark-bls12-381 = { version = "0.4.0", default-features = false, features = ["curv
170170
ark-bw6-761 = { version = "0.4.0", default-features = false }
171171
ark-ec = { version = "0.4.0", default-features = false }
172172
ark-ff = { version = "0.4.0", default-features = false }
173-
ark-std = { version = "0.4.0", default-features = false }
173+
ark-std = { version = "0.5.0", default-features = false }
174174

175175
# Frontier Client
176176
fc-api = { path = "client/api" }

0 commit comments

Comments
 (0)