From ee5bb44daa254a11db199fb3b1dc7833cec1ecc2 Mon Sep 17 00:00:00 2001 From: MRain Date: Wed, 6 Nov 2024 15:46:58 -0500 Subject: [PATCH] fix dep --- crates/types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/types/Cargo.toml b/crates/types/Cargo.toml index 9575be6b33..f2f161c33c 100644 --- a/crates/types/Cargo.toml +++ b/crates/types/Cargo.toml @@ -40,7 +40,7 @@ typenum = { workspace = true } derivative = "2" jf-vid = { workspace = true } jf-pcs = { workspace = true } -jf-signature = { workspace = true, features = ["schnorr"] } +jf-signature = { workspace = true, features = ["bls", "schnorr"] } jf-utils = { workspace = true } rand_chacha = { workspace = true } serde = { workspace = true }