Skip to content

Commit cd70317

Browse files
aureljeldruin
authored andcommitted
Switch to stable toolchain
1 parent 94d7785 commit cd70317

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

embedded-storage-async/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ authors = [
88
"Diego Barrios Romero <eldruin@gmail.com>",
99
]
1010
edition = "2018"
11+
rust-version = "1.75"
1112
description = "A Storage Abstraction Layer for Embedded Systems"
1213
license = "MIT OR Apache-2.0"
1314
repository = "https://github.com/rust-embedded-community/embedded-storage"

embedded-storage-async/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
55
This create defines a set of async traits variants of embedded-storage.
66

7+
## Minimum Supported Rust Version (MSRV)
8+
9+
This crate is guaranteed to compile on stable Rust 1.75.0 and up.
10+
711
## License
812

913
Licensed under either of

embedded-storage-async/rust-toolchain.toml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)