Skip to content

Commit

Permalink
docs: fix ockam_vault readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Stanbrough committed Mar 5, 2021
1 parent 6bae07a commit a7a608d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add this to your `Cargo.toml`:

```
[dependencies]
ockam_vault = "0.2.0"
ockam_vault = "0.3.0"
```

## Crate Features
Expand All @@ -33,7 +33,7 @@ disabled as follows

```
[dependencies]
ockam_vault = { version = "0.2.0", default-features = false }
ockam_vault = { version = "0.3.0", default-features = false }
```

Please note that Cargo features are unioned across the entire dependency
Expand Down

0 comments on commit a7a608d

Please sign in to comment.