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 94d7785 commit cd70317Copy full SHA for cd70317
embedded-storage-async/Cargo.toml
@@ -8,6 +8,7 @@ authors = [
8
"Diego Barrios Romero <[email protected]>",
9
]
10
edition = "2018"
11
+rust-version = "1.75"
12
description = "A Storage Abstraction Layer for Embedded Systems"
13
license = "MIT OR Apache-2.0"
14
repository = "https://github.com/rust-embedded-community/embedded-storage"
embedded-storage-async/README.md
@@ -4,6 +4,10 @@
4
5
This create defines a set of async traits variants of embedded-storage.
6
7
+## Minimum Supported Rust Version (MSRV)
+
+This crate is guaranteed to compile on stable Rust 1.75.0 and up.
## License
Licensed under either of
embedded-storage-async/rust-toolchain.toml
0 commit comments