From 39e3866d885afbf00d753abbc077ffee171d32be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= <4142+huitseeker@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:05:27 -0500 Subject: [PATCH] chore: Upgrade `halo2curves` dependency to version `0.6.0` (#11) - Updated `halo2curves` library to latest version (`0.6.0`) for improved functionality and stability --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8494b48..2a200e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cuda-mobile = [] blst = "~0.3.11" semolina = "~0.1.3" sppark = "~0.1.2" -halo2curves = { version = "0.5.0" } +halo2curves = { version = "0.6.0" } pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev", version = ">=0.3.1, <=0.5", features = ["repr-c"] } rand = "^0" rand_chacha = "^0"