From 5d7c392e63134215cfa9589c9257ade0c913010d Mon Sep 17 00:00:00 2001 From: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com> Date: Mon, 18 Dec 2023 14:36:27 -0500 Subject: [PATCH] chore: update `halo2curves` to v0.5.0 (#29) --- halo2_proofs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/halo2_proofs/Cargo.toml b/halo2_proofs/Cargo.toml index 6dea421782..2a6d68c464 100644 --- a/halo2_proofs/Cargo.toml +++ b/halo2_proofs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halo2-axiom" -version = "0.4.1" +version = "0.4.2" authors = [ "Sean Bowe ", "Ying Tong Lai ", @@ -63,7 +63,7 @@ crossbeam = "0.8" ff = "0.13" group = "0.13" pairing = "0.23" -halo2curves = { package = "halo2curves-axiom", version = "0.4.2", default-features = false, features = ["bits", "bn256-table", "derive_serde"] } +halo2curves = { package = "halo2curves-axiom", version = "0.5.0", default-features = false, features = ["bits", "bn256-table", "derive_serde"] } rand = "0.8" rand_core = { version = "0.6", default-features = false } tracing = "0.1"