diff --git a/embedded-storage-async/Cargo.toml b/embedded-storage-async/Cargo.toml index dcf138f..fa2446f 100644 --- a/embedded-storage-async/Cargo.toml +++ b/embedded-storage-async/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "Diego Barrios Romero ", ] edition = "2018" +rust-version = "1.75" description = "A Storage Abstraction Layer for Embedded Systems" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded-community/embedded-storage" diff --git a/embedded-storage-async/README.md b/embedded-storage-async/README.md index 19368e1..26e050a 100644 --- a/embedded-storage-async/README.md +++ b/embedded-storage-async/README.md @@ -4,6 +4,10 @@ This create defines a set of async traits variants of embedded-storage. +## Minimum Supported Rust Version (MSRV) + +This crate is guaranteed to compile on stable Rust 1.75.0 and up. + ## License Licensed under either of diff --git a/embedded-storage-async/rust-toolchain.toml b/embedded-storage-async/rust-toolchain.toml deleted file mode 100644 index e5b8f6e..0000000 --- a/embedded-storage-async/rust-toolchain.toml +++ /dev/null @@ -1,5 +0,0 @@ -# Before upgrading check that everything is available on all tier1 targets here: -# https://rust-lang.github.io/rustup-components-history -[toolchain] -channel = "nightly-2023-10-21" -components = ["clippy"]