From 0bd6ea00b0de3d4f761c4794d3cb829ea1f66a4e Mon Sep 17 00:00:00 2001 From: Jonathan Wang Date: Wed, 8 Mar 2023 20:37:00 -0800 Subject: [PATCH] chore: update halo2-ecc version to 0.3.0 --- halo2-ecc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halo2-ecc/Cargo.toml b/halo2-ecc/Cargo.toml index 0d5041b2..a2b4fe07 100644 --- a/halo2-ecc/Cargo.toml +++ b/halo2-ecc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "halo2-ecc" -version = "0.2.2" +version = "0.3.0" edition = "2021" [dependencies]