Skip to content

Commit

Permalink
Update Rust crate ark-algebra-bench-templates to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 27cb393 commit 8387345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsecp256k1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ boomerang-macros = { path="../macros"}
ark-relations = { version = "0.4.0", default-features = false }
ark-serialize = { version = "0.4.0", default-features = false }
ark-algebra-test-templates = { version = "0.4.0", default-features = false }
ark-algebra-bench-templates = { version = "0.4.0", default-features = false }
ark-algebra-bench-templates = { version = "0.5.0", default-features = false }
ark-secp256k1 = {version ="0.4.0", default-features = false}
criterion = "0.5.1"
sha2 = "0.10.8"
Expand Down
2 changes: 1 addition & 1 deletion tsecq256k1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ boomerang-macros = { path="../macros"}
ark-relations = { version = "0.4.0", default-features = false }
ark-serialize = { version = "0.4.0", default-features = false }
ark-algebra-test-templates = { version = "0.4.0", default-features = false }
ark-algebra-bench-templates = { version = "0.4.0", default-features = false }
ark-algebra-bench-templates = { version = "0.5.0", default-features = false }
ark-secq256k1 = {default-features = false, git = "https://github.com/arkworks-rs/curves", tag = "v0.4.0-alpha.2"}
criterion = "0.5.1"
sha2 = "0.10.8"
Expand Down

0 comments on commit 8387345

Please sign in to comment.