Skip to content

Commit

Permalink
make HolderState pub
Browse files Browse the repository at this point in the history
Signed-off-by: Swapnil Tripathi <[email protected]>
  • Loading branch information
swaptr committed Oct 18, 2023
1 parent 97908f4 commit b1c9ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniffi_aries_vcx/core/src/handlers/holder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub struct Holder {
}

#[derive(Debug, PartialEq, Eq)]
enum HolderState {
pub enum HolderState {
Initial,
ProposalSet,
OfferReceived,
Expand Down

0 comments on commit b1c9ec9

Please sign in to comment.