Skip to content

Commit 2d50f73

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.1...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 2f90c6b commit 2d50f73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bls12381/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ bls12_381 = { git = "https://github.com/argumentcomputer/bls12_381", features =
2424
[dev-dependencies]
2525
bellpepper = { workspace = true }
2626
expect-test = "1.4.1"
27-
halo2curves = "0.6.1"
27+
halo2curves = "0.7.0"

crates/chunk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ getset = "0.1.2"
2323
arecibo = { git = "https://github.com/argumentcomputer/arecibo", branch = "dev", package = "arecibo" }
2424
bincode = "1.3.3"
2525
flate2 = "1.0.28"
26-
halo2curves = { version = "0.6.0", features = ["bits", "derive_serde"] }
26+
halo2curves = { version = "0.7.0", features = ["bits", "derive_serde"] }
2727
paste = "1.0.14"
2828
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2929
tracing = "0.1.40"

0 commit comments

Comments
 (0)