Skip to content

Commit 23dab05

Browse files
chore(deps): update halo2curves requirement
Updates the requirements on [halo2curves](https://github.com/privacy-scaling-explorations/halo2curves) to permit the latest version. Updates `halo2curves` to 0.7.0 - [Release notes](https://github.com/privacy-scaling-explorations/halo2curves/releases) - [Commits](privacy-scaling-explorations/halo2curves@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: halo2curves dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3ff41ac commit 23dab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bellpepper-core = { version = "0.4.0", default-features = false }
1616
bellpepper = { git="https://github.com/lurk-lab/bellpepper", branch="dev", default-features = false }
1717
ff = { version = "0.13.0", features = ["derive"] }
1818
digest = "0.10"
19-
halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] }
19+
halo2curves = { version = "0.7.0", features = ["bits", "derive_serde"] }
2020
sha3 = "0.10"
2121
rayon = "1.7"
2222
rand_core = { version = "0.6", default-features = false }

0 commit comments

Comments
 (0)