From 68e7dcf0f777c405eb5fe79a1181e7166e79100a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Wed, 10 Jan 2024 13:32:28 -0500 Subject: [PATCH] chore: Upgrade `halo2curves` dependency to version `0.6.0` - 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"