Skip to content

Commit

Permalink
Release 0.63.0 (#1152)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas authored Mar 17, 2024
1 parent 80d294d commit 8715b95
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions 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 @@ -31,7 +31,7 @@ members = [
]

[workspace.package]
version = "0.62.0"
version = "0.63.0"
authors = [
"Absa Group Limited",
"Hyperledger Indy Contributors <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion aries/aries_vcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ webservers for VC issuance/verification, didcomm mediator service etc.
To use `aries_vcx` in your project, you need to add GitHub dependency to your `Cargo.toml`, and best
define a version through a `tag`:
```toml
aries-vcx = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
aries-vcx = { tag = "0.63.0", git = "https://github.com/hyperledger/aries-vcx" }
```
It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.

Expand Down
2 changes: 1 addition & 1 deletion did_core/did_methods/did_peer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ need for a blockchain or other centralized registry.
Add the Peer DID library as a dependency in your `Cargo.toml` file:
```toml
[dependencies]
peer_did = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
peer_did = { tag = "0.63.0", git = "https://github.com/hyperledger/aries-vcx" }
```

## Demo
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_parser_nom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Rust crate for parsing [DIDs](https://www.w3.org/TR/did-core/#did-syntax) and [D
Add the did_parser library as a dependency in your `Cargo.toml` file:
```toml
[dependencies]
did_parser_nom = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
did_parser_nom = { tag = "0.63.0", git = "https://github.com/hyperledger/aries-vcx" }
```

0 comments on commit 8715b95

Please sign in to comment.