Skip to content

Commit 8715b95

Browse files
authored
Release 0.63.0 (#1152)
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent 80d294d commit 8715b95

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ members = [
3131
]
3232

3333
[workspace.package]
34-
version = "0.62.0"
34+
version = "0.63.0"
3535
authors = [
3636
"Absa Group Limited",
3737
"Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>",

aries/aries_vcx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ webservers for VC issuance/verification, didcomm mediator service etc.
1818
To use `aries_vcx` in your project, you need to add GitHub dependency to your `Cargo.toml`, and best
1919
define a version through a `tag`:
2020
```toml
21-
aries-vcx = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
21+
aries-vcx = { tag = "0.63.0", git = "https://github.com/hyperledger/aries-vcx" }
2222
```
2323
It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.
2424

did_core/did_methods/did_peer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ need for a blockchain or other centralized registry.
1818
Add the Peer DID library as a dependency in your `Cargo.toml` file:
1919
```toml
2020
[dependencies]
21-
peer_did = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
21+
peer_did = { tag = "0.63.0", git = "https://github.com/hyperledger/aries-vcx" }
2222
```
2323

2424
## Demo

did_core/did_parser_nom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Rust crate for parsing [DIDs](https://www.w3.org/TR/did-core/#did-syntax) and [D
1212
Add the did_parser library as a dependency in your `Cargo.toml` file:
1313
```toml
1414
[dependencies]
15-
did_parser_nom = { tag = "0.62.0", git = "https://github.com/hyperledger/aries-vcx" }
15+
did_parser_nom = { tag = "0.63.0", git = "https://github.com/hyperledger/aries-vcx" }
1616
```

0 commit comments

Comments
 (0)