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 }