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 3b55aa1 commit 3d90775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libvcx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ doctest = false

[features]
fatal_warnings = []
default = ["ledger_vdrtools", "anoncreds_vdrtools"]
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 3d90775

Please sign in to comment.