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 6a7bcc5 commit 163dfc5Copy full SHA for 163dfc5
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
## Unreleased
6
7
+## 3.0.1 25-07-24
8
+
9
- Add `defmt` attributes to cache types.
10
11
## 3.0.0 17-07-24
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sequential-storage"
3
-version = "3.0.0"
+version = "3.0.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A crate for storing data in flash with minimal erase cycles."
0 commit comments