Skip to content

Commit 65475e5

Browse files
Bump ark-bls12-381 from 0.4.0 to 0.5.0
Bumps [ark-bls12-381](https://github.com/arkworks-rs/algebra) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/arkworks-rs/algebra/releases) - [Changelog](https://github.com/arkworks-rs/algebra/blob/master/CHANGELOG.md) - [Commits](arkworks-rs/algebra@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: ark-bls12-381 dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 128f844 commit 65475e5

File tree

2 files changed

+189
-26
lines changed

2 files changed

+189
-26
lines changed

Cargo.lock

Lines changed: 188 additions & 25 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
@@ -9,7 +9,7 @@ ignored = ["codec", "scale-info", "num_enum"]
99
# Crates.io deps.
1010

1111
anyhow = { version = "1", default-features = false }
12-
ark-bls12-381 = { version = "0.4", default-features = false, features = ["curve"] }
12+
ark-bls12-381 = { version = "0.5", default-features = false, features = ["curve"] }
1313
ark-ec = { version = "0.4", default-features = false }
1414
ark-ff = { version = "0.4", default-features = false }
1515
ark-std = { version = "0.4", default-features = false }

0 commit comments

Comments
 (0)