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 f5576a3 commit a753607Copy full SHA for a753607
crates/bitwarden-state/README.md
@@ -14,7 +14,7 @@ struct Cipher {
14
15
// Register `Cipher` for use with a `Repository`.
16
// This should be done in the crate where `Cipher` is defined.
17
-bitwarden_state::register_repository_item!(Cipher, "Cipher");
+bitwarden_state::register_repository_item!(Cipher, "Cipher", version: 1);
18
```
19
20
With the registration complete, the next important decision is to select where will the data be
0 commit comments