From 9329af1e42fae4c3feb09c17a0a6ebcd7e2e6813 Mon Sep 17 00:00:00 2001 From: CPerezz Date: Mon, 18 Dec 2023 10:40:21 +0100 Subject: [PATCH] update: Bls dep pulls now latest release tag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61025018..6d432017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ serde = { version = "1.0", default-features = false, optional = true } serde_arrays = { version = "0.1.0", optional = true } hex = { version = "0.4", optional = true, default-features = false, features = ["alloc", "serde"] } blake2b_simd = "1" +bls12_381 = { git = "https://github.com/privacy-scaling-explorations/bls12_381", tag = "v2023_10_26", features = ["groups", "basefield"] } maybe-rayon = { version = "0.1.0", default-features = false } -bls12_381 = { git = "https://github.com/privacy-scaling-explorations/bls12_381", branch = "feat/pub_fq", features = ["groups", "basefield"] } [features] default = ["bits", "multicore"]