Skip to content

Commit

Permalink
Build artifacts with indy-vdr as ledger client
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Jul 23, 2023
1 parent f38fae4 commit b9156e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libvcx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ doctest = false

[features]
fatal_warnings = []
default = ["ledger_indyvdr", "anoncreds_vdrtools"]

ledger_indyvdr = ["libvcx_core/ledger_indyvdr"]
ledger_vdrtools = ["libvcx_core/ledger_vdrtools"]
Expand Down
2 changes: 1 addition & 1 deletion wrappers/vcx-napi-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
doctest = false

[features]
default = ["ledger_vdrtools", "anoncreds_vdrtools"]
default = ["ledger_indyvdr", "anoncreds_vdrtools"]

ledger_indyvdr = ["libvcx_core/ledger_indyvdr"]
ledger_vdrtools = ["libvcx_core/ledger_vdrtools"]
Expand Down

0 comments on commit b9156e8

Please sign in to comment.