Skip to content
Snippets Groups Projects
Unverified Commit 290bfe93 authored by Weikeng Chen's avatar Weikeng Chen Committed by GitHub
Browse files

bump the version of Blake and digest (#70)

parent 683ac9ee
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ hashbrown = { version = "0.9", optional = true }
bench-utils = { git = "https://github.com/arkworks-rs/utils", default-features = false }
rand_core = { version = "0.5", default-features = false }
digest = "0.8"
digest = "0.9"
rayon = { version = "1", optional = true }
derivative = { version = "2", features = [ "use_core" ] }
......@@ -44,7 +44,7 @@ rand = { version = "0.7", default-features = false }
ark-ed-on-bls12-381 = { git = "https://github.com/arkworks-rs/curves", default-features = false }
ark-bls12-381 = { git = "https://github.com/arkworks-rs/curves", default-features = false, features = [ "curve" ] }
ark-bls12-377 = { git = "https://github.com/arkworks-rs/curves", default-features = false, features = [ "curve" ] }
blake2 = { version = "0.8", default-features = false }
blake2 = { version = "0.9", default-features = false }
[profile.release]
opt-level = 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment