You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/storage/Readme.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This package contains many tools related to storage access patterns. This readme
9
9
To import this package, add one of the following lines to your `Cargo.toml` file
10
10
11
11
```toml
12
-
secret-toolkit = { version = "0.3", default-features = false, features = ["utils", "storage", "serialization"] }
12
+
secret-toolkit = { version = "0.4", default-features = false, features = ["utils", "storage", "serialization"] }
13
13
```
14
14
15
15
for the release versions, or
@@ -31,7 +31,7 @@ This is the simplest storage object in this toolkit. It based on the similarly n
31
31
This object is meant to be initialized as a static constant in `state.rs`. However, it would also work perfectly fine if it was initialized during run time with a variable key (in this case though, you'd have to remind it what type of object is stored and its serde). Import it using the following lines:
0 commit comments