Skip to content

Commit

Permalink
Make BBS optional in ssi_claims (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan770 committed Aug 14, 2024
1 parent 94d5ff9 commit 1eae146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/claims/crates/data-integrity/suites/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ solana = ["ssi-verification-methods/solana", "k256"]
ethereum = ["serde_json"]

## BBS cryptographic suites.
bbs = ["ssi-verification-methods/bbs"]
bbs = ["ssi-bbs", "ssi-verification-methods/bbs"]

[dependencies]
ssi-data-integrity-core.workspace = true
Expand Down Expand Up @@ -165,7 +165,7 @@ serde_jcs = { workspace = true, optional = true }
ssi-di-sd-primitives.workspace = true

# BBS
ssi-bbs.workspace = true
ssi-bbs = { workspace = true, optional = true }
serde_cbor = "0.11.2"
# rand_chacha.workspace = true

Expand Down

0 comments on commit 1eae146

Please sign in to comment.