Skip to content

Commit

Permalink
fix dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mrain committed Nov 6, 2024
1 parent 81c16c7 commit ee5bb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ee5bb44

Please sign in to comment.