Skip to content

Commit

Permalink
update didcomm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetpant committed Nov 7, 2023
1 parent b2464b0 commit 56420a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ optional = true
# didcomm
[dependencies.vade-didcomm]
git = "https://github.com/evannetwork/vade-didcomm.git"
branch = "develop"
branch = "feature/fix-pthid-strange-value"
optional = true

# jwt-vc
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- add `helper_convert_credential_to_nquads` helper function
- add optional param `credential_values` to `helper_create_credential_offer` helper function
- update `helper_verify_presentation` for optional `signer_address`
- update didcomm dependency for pthid in `get_did_exchange_message`

### Fixes

Expand Down

0 comments on commit 56420a6

Please sign in to comment.