We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bae07a commit a7a608dCopy full SHA for a7a608d
1 file changed
implementations/rust/ockam/ockam_vault/README.md
@@ -22,7 +22,7 @@ Add this to your `Cargo.toml`:
22
23
```
24
[dependencies]
25
-ockam_vault = "0.2.0"
+ockam_vault = "0.3.0"
26
27
28
## Crate Features
@@ -33,7 +33,7 @@ disabled as follows
33
34
35
36
-ockam_vault = { version = "0.2.0", default-features = false }
+ockam_vault = { version = "0.3.0", default-features = false }
37
38
39
Please note that Cargo features are unioned across the entire dependency
0 commit comments