Skip to content

Commit a7a608d

Browse files
author
Jared Stanbrough
committed
docs: fix ockam_vault readme
1 parent 6bae07a commit a7a608d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • implementations/rust/ockam/ockam_vault

implementations/rust/ockam/ockam_vault/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this to your `Cargo.toml`:
2222

2323
```
2424
[dependencies]
25-
ockam_vault = "0.2.0"
25+
ockam_vault = "0.3.0"
2626
```
2727

2828
## Crate Features
@@ -33,7 +33,7 @@ disabled as follows
3333

3434
```
3535
[dependencies]
36-
ockam_vault = { version = "0.2.0", default-features = false }
36+
ockam_vault = { version = "0.3.0", default-features = false }
3737
```
3838

3939
Please note that Cargo features are unioned across the entire dependency

0 commit comments

Comments
 (0)